grant all on abcDB.* to abc @localhost identified by ‘abc ;
但是在MySQL command Line Client 下输入密码abc,窗口一闪而过,这是什么问题?请指点
...全文
32715打赏收藏
mysql创建用户、数据库
现在想要在MySQL数据库中以root的角色创建一个用户,然后在该用户下创建一个数据库,我创建的SQL语句是这样的: create user abc identified by "abc "; create database abcDB; grant all on abcDB.* to abc @localhost identified by ‘abc ; 但是在MySQL command Line Client 下输入密码abc,窗口一闪而过,这是什么问题?请指点