我有个简单的问题。。
我在mysql命令行中创建了新用户
用命令
create user user_name@localhost identified by password;
grant all privileges on DB_name.* to user_name@localhost;
flush privileges;
但是当我打开mysql工作台时,该应用程序中只有root用户,尽管mysql cli中已经创建了新用户。
怎么了。。?
我有个简单的问题。。
我在mysql命令行中创建了新用户
用命令
create user user_name@localhost identified by password;
grant all privileges on DB_name.* to user_name@localhost;
flush privileges;
但是当我打开mysql工作台时,该应用程序中只有root用户,尽管mysql cli中已经创建了新用户。
怎么了。。?
暂无答案!
目前还没有任何答案,快来回答吧!