mysqld --skip-grant-tables & 就可以不需要密码就进入 MySQL 了。 然后就是 >use mysql>update user set password=password("new_pass") where user="root";>flush privileges;
本文共 148 字,大约阅读时间需要 1 分钟。
mysqld --skip-grant-tables & 就可以不需要密码就进入 MySQL 了。 然后就是 >use mysql>update user set password=password("new_pass") where user="root";>flush privileges;
转载地址:http://zqrra.baihongyu.com/