WordPress Upgrading
January 17th, 2009
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