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

恢复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月    
 123
45678910
11121314151617
18192021222324
25262728293031