Socket Error on connect

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
bespokenwa
User
Posts: 1

Socket Error on connect

Post by bespokenwa »

Error on Connect: Can't Connect to MySql Server on 123 .456.789.000 (10061) Socket Error on connect. WSAGetLastError return 11004($2AFC)

I am getting this error message when I try to connect using PHPMaker 9.2


Webmaster
User
Posts: 9425

Post by Webmaster »

Make sure your MySQL server allows connection by TCP/IP. If the server has firewall, make sure the port (3306 by default) for MySQL is allowed.


gdauphin
User
Posts: 5

Post by gdauphin »

I have the exact same issue. What is unique for me is that I just turned on optional SSL connectivity on my WebServer, and now PHPmaker will not connect, even though PHPmySqlAdmin connects just fine.

Any ideas?


gdauphin
User
Posts: 5

Post by gdauphin »

I fixed my own problem. Windows update and reboot fixed the problem for whatever reason...


Post Reply