kahodges Posted August 17, 2011 Share Posted August 17, 2011 I'm trying to set up a host to connect to a remote MySQL database. I can connect to a database on localhost, but not on the remote system. I have added the IP address that will be connecting to the database on the remote server through CPanel giving it permission to connect. The hosting company for the remote server claims to have added the IP address to the white list on the firewall for the domain that is connecting to the mysql server. When I access the php script trying to connect to the remote database, I get the following: Lost connection to MySQL server at 'reading initial communication packet', system error: 110 Anything else might cause this besides the IP being blocked on the firewall? I know it's not the script itself, as I can connect to a local database with no problem. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/245069-lost-connection-to-mysql-server-at-reading-initial-communication-packet/ Share on other sites More sharing options...
fenway Posted August 17, 2011 Share Posted August 17, 2011 What does the mysql error log say? Quote Link to comment https://forums.phpfreaks.com/topic/245069-lost-connection-to-mysql-server-at-reading-initial-communication-packet/#findComment-1258834 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.