第 8 章 · 上机一
先看清楚服务器上有谁
刚装好的服务器只有 root 和三个系统账号。
Welcome to the MySQL monitor. Commands end with ;
Server version: 8.0.36 MySQL Community Server - GPL
提示符写着你现在是谁。换人登录敲 mysql -u 名 -p口令,退回上一个会话敲 exit。
mysql>
重 点
mysql. 开头那三个是 MySQL 自己用的内置账号,一个都不要删。
知道更多
真机的 mysql.user 有五十来列,这里只留了最能说明问题的十五列。
想一想
现在这个会话是谁?