You are using PDO and Zend Server CE and Ubuntu 9.10
You have a little problem?
This is The solution (thanks to @DwebConsulting).
sudo service mysql stop
sudo cp /etc/mysql/my.cnf /etc/mysql/my.cnf.bak
sudo cp /etc/mysql/debian.cnf /etc/mysql/debian.cnf.bak
sudo vim /etc/mysql/my.cnf
replace every line starting with “socket =” by “socket = /tmp/mysql.sock”
sudo vim /etc/mysql/debian.cnf
replace every line starting with “socket =” by “socket = /tmp/mysql.sock” [...]


