2008年3月6日 星期四

忘了MySQL密碼


killall mysqld



mysqld -u root --skip-grant-tables &



mysql



>use mysql

>UPDATE user SET password=password('new password') where user='root';

>FLUSH PRIVILEGES; 

沒有留言:

張貼留言