当前位置:Gxlcms > mysql > mysql怎么创建密码错误

mysql怎么创建密码错误

时间:2021-07-01 10:21:17 帮助过:29人阅读

mysql创建密码错误的方法:首先打开终端,输入代码【mysql> flush privileges; 刷新权限】;然后再重新输入设置密码即可。

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教程(视频)

以上就是mysql怎么创建密码错误的详细内容,更多请关注gxlcms其它相关文章!

人气教程排行