close

Forget password

先停止mysql
/usr/local/etc/rc.d/mysql-server stop
killall -q mysqld

進入mysql安全模式
mysqld -u root --skip-grant-tables &
mysql

進入以後以mysql的指令去更新root密碼
use mysql
UPDATE user SET password = password('新密碼') where user = 'root';
FLUSH PRIVIEGES;

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 nekolai 的頭像
    nekolai

    EAT, PLAY & EAT!

    nekolai 發表在 痞客邦 留言(0) 人氣()