MySQL Workbench cannot connect to local MySQL Service on MAC OSX

好久不见. 提交于 2019-12-23 04:57:07

问题


I downloaded Mac OSX MySQL Community edition (http://dev.mysql.com/downloads/mysql/), meeting with new issues cannot connect to local MySQL instance using MySQL WorkBench, here are my setup and error, looks access denied and anyone have any ideas?


回答1:


The "Access denied for user … (using password: YES)" error message is telling you that your user/pass failed to authenticate.

If no user accounts have been configured yet, you will need to log in as the "root" account, which has no password by default.



来源:https://stackoverflow.com/questions/32409991/mysql-workbench-cannot-connect-to-local-mysql-service-on-mac-osx

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!