0
I'm setting up development environment on Mac OSX.
However the PHP web application can't connect the mysql server installed with Zend Server CE.
The error information is below,
[Type] dbnot_connect
[2013] Lost connection to MySQL server at 'reading initial communication packet', system error: 61
Mysql database can be accessed via phpAdmin installed with Zend Server CE as well.
The same code works well on Windows or Linux in Zend Server CE.
Is the phpMyAdmin installed on the server or on your development environment? It could be an issue with your
bind
not allowing outside oflocalhost
access. If this is not the case then check your connection string to make sure that it's coded properly. – kobaltz – 2012-03-25T06:19:57.917phpMyAdmin is installed my Mac as well. It can access mysql server(installed on Mac). And the code is checked out from source control, it works well to linux/windows to access the mysql installed with Zend Server on linux/windows. – Kane – 2012-03-25T06:50:31.687