Moving WordPress

This assumes you have created a LAMP server and it is working correctly 1. copy files using ftp client 2. Make Backup of sql (mysqldump -u root -p [databasename] > Backupfile.sql;) 3. on new server – upload files (/var/www/[sitename]) 4. copy sql backup to directory to restore from 5. connect… Continue reading