Showing posts with label backup mysql. Show all posts
Showing posts with label backup mysql. Show all posts

Thursday, December 30, 2010

MAC Apache MySQL PHP

MAMP in short, is what most php developer is looking for on MAC.
First, get macport installed.
Then, follow this instruction here:

Make sure to disable the web sharing of MAC, which is default enabled.
And to start it, you will need to to run the daemons in /opt/local/etc/LaunchDaemons.
Example:
/opt/local/etc/LaunchDaemons/org.macports.apache2/apache2.wrapper start

DocumentRoot is located @ /opt/local/apache2/htdocs
Configuration @ /opt/local/apache2/conf


Tuesday, January 19, 2010

mysqldump v2?

We have found this handy script done by Huang Kai @

But we needed more features. We needed a view dump as well.
And for some reason, utf8 was having issue with ' delimiter... so we have decided to convert it to " instead.

Here is the file: