开发者

access denied for user "@'localhost for database 'db_name'

开发者 https://www.devze.com 2023-02-11 06:37 出处:网络
I installed MySQL with package installer on Mac OS x, then I ran query browser and connected to database with username = \"\" and password = \"\". Now, I want to create a new sc开发者_Go百科hema,

I installed MySQL with package installer on Mac OS x, then I ran query browser and connected to database with username = "" and password = "". Now, I want to create a new sc开发者_Go百科hema, when a type create schema rest, it shows an error like access denied for user "@'localhost' to database 'rest'

how can i fix this?


Try logging in with username "root" and password "".

0

精彩评论

暂无评论...
验证码 换一张
取 消