mysql建立資料庫報錯了怎麼辦

at_1發表於2021-09-11

mysql建立資料庫報錯了怎麼辦

問題:

建立資料庫報錯:Access denied for user 'root'@'%' to database 'xxx

(推薦教程:)

解決方法:

首先進入mysql命令列,輸入下面命令:

grant all on xxxx.* to 'root'@'%' identified by 'password' with grant option;

xxxx代表建立的資料庫,password為使用者密碼,在此為資料庫的密碼。

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/1817/viewspace-2832621/,如需轉載,請註明出處,否則將追究法律責任。

相關文章