News Feed
Jobs Feed
Sections




News Archive
Tibo Beijen's Blog:
Fixing mysqldump on Zend Server CE on OS X
March 01, 2011 @ 11:50:58

Tibo Beijen has a new post today showing his method for fixing mysqldump on Zend Server CE running on an OS X platform. The default install throws a socket error when you try to dump a database using the command.

Inspecting the mysql configuration contained in /usr/local/zend/mysql/data/my.cnf confirmed that the section [client] showed the socket as returned by executing SHOW VARIABLES; from the mysql client: /usr/local/zend/mysql/tmp/mysql.sock Although it is possible to specify the socket by using mysqldump's --socket switch, that doesn't really seem a 'solution'.

As a real solution to the problem was to copy over the my.cnf file from the custom location Zend Server has it in to the default "/etc/my.cnf" with settings pointing to the correct MySQL socket.

0 comments voice your opinion now!
mysqldump zendserver osx socket error fix


blog comments powered by Disqus

Similar Posts

Nexen.net: Error Messages in PHP (a Search)

Zend Developer Zone: Introducing xdebug

Nefarious Designs Blog: Virtualised Development Environments on a Mac

Ivo Jansch\'s Blog: Defensive Programming

Zend Developer Zone: Zend Framework 1.7.5 Released (Security Fix)


Community Events









Don't see your event here?
Let us know!


introduction opinion event community api language interview composer object tool zendframework2 code development functional testing framework example podcast release unittest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework