1. bug
宝塔面板终端:通过mysql -u root -p 命令输入密码后,报错:ERROR 1045 (28000): Access denied for user ‘root’@‘localhost’ (using password: YES)
2. 解决方法
2.1 关闭数据库
service mysqld stop
2.2 修改MySQL配置
在[mysqld]末端添加:skip-grant-tables
2.3重载配置并启动
完工,试试
mysql -uroot
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END