常常把mysql的密碼忘掉orz
今天google 到一個適用的方法
系統版本:
Ubuntu 11.04
註:
#為linux command
>為mysql command
首先先將mysql stop
#service mysql stop
將mysql 啟動為無人控制mode(下玩指令後當它停止的時候要另開新的頁面[可以使用screen])
#mysql_safe --skip-grant-tables&
登入mysql
#mysql
重設密碼為'1234'(可自己改成你想要的密碼)
>update mysql.user set password=PASSWORD('1234') where user='root';
需手動生效
>flush privileges;
離開mysql
>quit
restart mysql
#service mysql restart
參考網站:http://blog.xuite.net/pippeng/blog/19152470
沒有留言:
張貼留言