2
赞
1先重启下Mysql
2,直接reset root密码
我不太懂Mysql,帮楼主找了下解决策
楼上的输入完了肯定要提示你再次输入密码的,然而悲剧的是
$ mysqld --skip-grant-tables
2,直接reset root密码
$ mysql -u root mysql
$mysql> UPDATE user SET Password=PASSWORD('my_password') where USER='root';
$mysql> FLUSH PRIVILEGES;
我不太懂Mysql,帮楼主找了下解决策
楼上的输入完了肯定要提示你再次输入密码的,然而悲剧的是
