MySQL Forums
Forum List  »  MySQL Workbench

Re: Can't connect to MySQL server on '127.0.0.1' (61)
Posted by: Darrell Nelson
Date: August 05, 2015 03:16AM

It turns out that MySQL is by default running on port 3307 on a Mac OS X Yosemite installation. After using the following commands to change the port to 3306, all is well.

cd /Library/LaunchDaemons
sudo nano com.oracle.oss.mysql.mysqld.plist

Options: ReplyQuote




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.