MySQL Forums
Forum List  »  MySQL Workbench

Re: Installing WorkBench on Mac (Yosemite)
Posted by: Mike Lischke
Date: January 25, 2016 02:21AM

Hi,

sad to hear you had such trouble, but usually this is really a simple procedure, provided you have a standard OSX setup.

However, it is essential to know exactly what errors you got and where got stuck, in order to help you.

The MySQL server is running in the background and you can check that fact by running this in a terminal:

> ps aux | grep mysql

In your system settings there is also an applet "MySQL" which is installed by the server dmg. You can use this to start and stop the server.

Now run MySQL Workbench and you should see a tile on the home screen to this installed server. WB scans your installations to find existing servers (via the process list above, so the server must be running to be detected). You should be able to just connect to it by clicking on this tile.

Mike

Mike Lischke, MySQL Developer Tools
Oracle Corporation

MySQL Workbench on Github: https://github.com/mysql/mysql-workbench
On Twitter: https://twitter.com/MySQLWorkbench
On Slack: mysqlcommunity.slack.com (#workbench)
Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/8.0/en/

Options: ReplyQuote


Subject
Views
Written By
Posted
1986
M M
January 21, 2016 06:27PM
Re: Installing WorkBench on Mac (Yosemite)
757
January 25, 2016 02:21AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.