This page is a random collection of notes addressed to myself. Nothing here is intended as a guide per say, however i have posted them hoping that it may help someone.
Blog about Linux and unix related stuff.
Everything in this blog can be copied or edited GNU General Public License (version 2 or newer) http://www.gnu.org/licenses/gpl.html
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