问题
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