Answers:
停止MySQL:
service mysqld stop
然后像这样启动MySQL
mysqld_safe --skip-grant-tables --skip-networking
此时,您应该能够以root用户身份(从本地计算机)连接到mysql。
service mysqld restart --skip-grant-tables --skip-networking
。然后,在固定根之后service mysql restart
。但是,+ 1!