phpmyadmin 损坏 mysql root 密码后重置

phpmyadmin 损坏 mysql root 密码后重置

因此,我尝试使用高级模式首次更改我的 mysql root 密码,看起来 phpmyadmin 在保存时删除了密码。现在我无法以 root 身份登录。

我正在使用 RHEL 5,但似乎我找到的所有说明都不起作用。

当我运行以下命令时,我得到

[root@vault ~]# mysqld_safe –skip-grant-tables -u root &
[1] 30274
[root@vault ~]# Starting mysqld daemon with databases from /var/lib/mysql
STOPPING server from pid file /var/run/mysqld/mysqld.pid
110705 20:38:37  mysqld ended

有谁知道可行的解决方法吗?

谢谢,

答案1

你有错别字

mysqld_safe –skip-grant-tables -u root &

应该读

mysqld_safe -–skip-grant-tables -u root &

答案2

最近解决:

忘记 MySQL 密码

如果 --skip-grant-tables 不能作为标志发挥作用,请参见上面的链接。

相关内容