寻觅生命中的那一片浅草......

恢复MySQL的root密码

# /usr/libexec/mysqld –skip-grant-tables

进去后

mysql > use mysql;

mysql > update user set password=password(“123456”) where user=’root’;

mysql > flush privileges;

尚无评论

发表评论

2025年二月
« 5月    
 12
3456789
10111213141516
17181920212223
2425262728