Re: Can't connect to MySQL server on '127.0.0.1' (61)
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
Subject
Views
Written By
Posted
4811
July 27, 2015 09:07AM
2254
July 29, 2015 07:42AM
10295
August 02, 2015 07:15PM
Re: Can't connect to MySQL server on '127.0.0.1' (61)
3385
August 05, 2015 03:16AM
1746
September 10, 2015 12:56AM
1603
September 20, 2015 10:58AM
1611
August 21, 2015 08:46AM
1540
August 24, 2015 01:12AM
1385
August 24, 2015 05:09AM
1416
September 16, 2015 01:21AM
1160
September 24, 2015 07:20AM
1294
September 25, 2015 12:50AM
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.