However transferring your WordPress blog/website to a new host is not an easy job; especially if you are new to this realm. If one day for any reason you decide to transfer your current WordPress blog/website to a new host, these are the steps I make it as smooth as it could be for you:
- First find a host that meets all your needs.
- Second use FTP to backup your WordPress files to your computer or laptop.
- Third backup (export) your WordPRess database to your computer or laptop using phpMyAdmin in your current host’s cPanel. Check WordPress Backup with phpMyAdmin out for more details.
- Next use FTP to upload your WordPress files that you’ve backed up earlier to your new host’s root directory or any directory you prefer.
- Next create a new database using either MySQL ® Databases or MySQL ® Database Wizard in your new host’s cPanel. See WordPress Tutorial: Setting Up A MySQL Database With cPanel for more details.
- Next change the information about your database or the absolute path before uploading (importing) it to your new host. Make sure you choose binary from Character set of the file otherwise some punctuation like apostrophe will not show properly. See the screenshot below:

- Then download your wp_config.php file, which should be in your root directory, to your computer or laptop; edit the following lines and then upload it back to the same directory:
define(’DB_NAME’, ‘databasename‘); // Change database name to be your actual database name
define(’DB_USER’, ‘mysqlusername‘); // Change mysql username to be your MySQL username
define(’DB_PASSWORD’, ‘mysqlpassword‘); // Change mysql password to be your actual password
define(’DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value.
- Finally point your domain to your new host’s name servers. In my case, they look like these: ns1.hostmonster.com and ns2.hostmonster.com. If you are not sure then you can ask your current host to have that done for you. Please be aware that DNS (Domain Name System) takes 24 to 48 hours to be completed due to DNS’ propagation.
Once you find out that everything is working properly, inform your current host to cancel your account. That is it. Any questions please ask in the comment section.
Related article
How to Transfer My WordPress Blog to a New Domain?
Technorati Tags: new host, transfer domain, transfer WordPress, WordPress blog















1 response so far ↓
1 How to Transfer Your WordPress Blog to a New Host? // Sep 14, 2008 at 10:53 pm
[...] here: How to Transfer Your WordPress Blog to a New Host? Best Wordpress [...]
Your email is never published nor shared.