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教程(视频)
声明:本网页内容旨在传播知识,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。TEL:177 7030 7066 E-MAIL:11247931@qq.com