Help with MySQl remote connections after .art upgrade
Posted: Thu Feb 11, 2010 11:56 am
Hi,
I am on a Plesk 9.3 Centos 5 VPS - fresh install.
I successfully upgraded php from 5.1.6 to 5.2.12 via the atomic installer script and repo.
Since doing so I am unable to connect remotely to a MySQL databases hosted on another server.
I have not made any changes to the firewall except adding a rule to allow outgoing traffic on port 3306
When I attempt to connect to a database remotely I get this error: (obviously <host> <username> etc were replaced with real info
I noticed that upgrading PHP to 5.2.12 also upgraded MySQL to a version supplied by the atomic repo.
Is this error caused somehow by the upgrade, as Im pretty sure these connections were working prior to the ugprade?
thanks
I am on a Plesk 9.3 Centos 5 VPS - fresh install.
I successfully upgraded php from 5.1.6 to 5.2.12 via the atomic installer script and repo.
Since doing so I am unable to connect remotely to a MySQL databases hosted on another server.
I have not made any changes to the firewall except adding a rule to allow outgoing traffic on port 3306
When I attempt to connect to a database remotely I get this error: (obviously <host> <username> etc were replaced with real info
Code: Select all
-bash-3.2$ mysql -h<host> -P3306 -u<username> -p<password> dbname
ERROR 2013 (HY000): Lost connection to MySQL server at 'reading authorization packet', system error: 0
Is this error caused somehow by the upgrade, as Im pretty sure these connections were working prior to the ugprade?
thanks