Created
March 23, 2012 22:33
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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