Home > General, open source > WordPress Upgrading

WordPress Upgrading

January 17th, 2009 kikkoman

Aside from the usual stuff, this is the line to do a command line backup of the db.

mysqldump –user=<user> –password=<pass> –databases <db_name> –single-transaction <db_name>

Categories: General, open source Tags:
Comments are closed.