Interesting post from Simplehelp where the following command is recommended to copy a large database from one location to another:
# tar cf – * | ( cd /opt/mysql; tar xfp -)
Interesting stuff I picked up in my aimless browsing of the web
Interesting post from Simplehelp where the following command is recommended to copy a large database from one location to another:
# tar cf – * | ( cd /opt/mysql; tar xfp -)
Leave a comment
Comments feed for this article