181
酷!學園 精華區 / [ MySQL ] 忘了 mySQL 的 root password 怎麼辦?
« 於: 2001-11-27 10:45 »
MySQL 手冊
A.4.2 How to Reset a Forgotten Password
Note that after you started mysqld with --skip-grant-tables, any usage of GRANT commands will give you an Unknown command error until you have executed FLUSH PRIVILEGES.
就是說;如果你用 --skip-grant-tables 參數啟動後使用 GRANT 指令之前,你要先打 FLUSH PRIVILEGES ,否則會出現 unknown command.
A.4.2 How to Reset a Forgotten Password
Note that after you started mysqld with --skip-grant-tables, any usage of GRANT commands will give you an Unknown command error until you have executed FLUSH PRIVILEGES.
就是說;如果你用 --skip-grant-tables 參數啟動後使用 GRANT 指令之前,你要先打 FLUSH PRIVILEGES ,否則會出現 unknown command.