您的当前位置:首页正文

mysql怎么创建密码错误

2020-11-27 来源:筏尚旅游网

mysql创建密码错误的方法:

在设置

mysql> set password for root@localhost = password('admin');

时出现错误:

The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement

解决方法:

mysql> flush privileges; 刷新权限

再重新输入设置密码。

更多相关免费学习推荐:mysql教程(视频)

显示全文