1
即時得到這個消息時,我嘗試在MySQL中執行的查詢:即時得到--skip-贈款表在MySQL
ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement
如何禁用--skip-贈款表?
謝謝!
即時得到這個消息時,我嘗試在MySQL中執行的查詢:即時得到--skip-贈款表在MySQL
ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement
如何禁用--skip-贈款表?
謝謝!
我明白了!
我接着說:
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' WITH GRANT OPTION;
和
FLUSH PRIVILEGES;
謝謝!
你是如何啓動mysql的? – hd1
'服務mysql啓動' –
您是否執行過'mysql_initdb -D [your-data-directory]'? – hd1