Skip to content

Instantly share code, notes, and snippets.

@dgpokl
Created March 23, 2012 22:33
Show Gist options
  • Save dgpokl/2175811 to your computer and use it in GitHub Desktop.
Save dgpokl/2175811 to your computer and use it in GitHub Desktop.
Put this in your /etc/my.cnf to enable mysqldump to work correctly on ZendServer CE
# Specifying socket to use for mysql/mysqldump
# For other settings refer to /usr/local/zend/mysql/data/my.cnf
[client]
socket = /usr/local/zend/mysql/tmp/mysql.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment