PHP web application can't connect mysql installed with Zend Server CE on Mac OSX
- by Kane
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.