标签: mysql privileges
我使用mysql -ujohn -p登录到mysql服务器。然后我执行了show databases,但没有看到mysql数据库,所以无法执行use mysql。我看到的是information_schema和test数据库。为什么我看不到mysql数据库才能列出users表?
mysql -ujohn -p
show databases
mysql
use mysql
information_schema
test
users