tiistai 28. huhtikuuta 2015

Backup Wordpress Database

This should get a full backup of your database including users.
mysqldump --routines --flush-privileges --databases DBNAME > /home/USERNAME/dump-$(date +\%d\%m\%y).sql -u root -pPASSWORD


Then just add the database to your new server and remember to get wp-config.php file also. 

Ei kommentteja:

Lähetä kommentti