Friday, August 21, 2020

How To Migrate A Wordpress Blog To New Server

How To Migrate A Wordpress Blog To New Server Make Money Online Queries? Struggling To Get Traffic To Your Blog? Sign Up On (HBB) Forum Now!How To Migrate A WordPress Blog To New ServerUpdated On 20/02/2016Author : Aman Arora @ Tech HowTo's BlogTopic : Featured WordPressShort URL : http://hbb.me/1TwGEzU CONNECT WITH HBB ON SOCIAL MEDIA Follow @HellBoundBlogIt might be a tough job to migrate a wordpress blog, if you are new to websites and blogging. I myself was really frustrated when I first had to migrate my blog to a new server. But when done I was like its a really easy job to do :). There are fews things that you have to keep in mind while doing a migrate. In this article I will tell you what things you must have before starting the migrating process i.e backups and will guide you about the process in 3 easy to follow steps. Will try to include images.Note : You can also do a clean new wordpress install and then import your database and other files like theme and plugins but the procedure I will be talking about is much m ore easier and less complecated.Things you must have before migratingNew servers control panel accessDatabase for your blog (Name can be different from the previous one, you can get this by using the export function of phpmyadmin)Database login details and hostname (hostname generally localhost)Database backupHome directory files backupNow lets get started with the process.Step 1 : Upload home directory files to new server.For doing this I would say to archive all you files into a zip file and upload it to the your cpanel and then use cpanels extract feature to extract it. After extracting there will be a new folder with the name of archive just open that folder select all the files and move then to the root or one level up.READUltimate Guide To Select Your Twitter UsernameStep 2 : Open the new empty database using phpmyadmin and use its import function to import your database.Go to your cpanel and find phpmyadmin it will be under databases column. Click on it, it will open up in a new tab. After that from the sidebar choose you newly created database. After that there will be a tab saying import click on it to import your database.You are almost done now.Step 3 : Change the database login details in wp-config fileBrowse to wp-config.php file in the file manager, select it and click on edit. There you have to change 4 fields. hostname, database username, database password, database name.Code in the file will look something like this// ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'new database name');/** MySQL database username */ define('DB_USER', 'new database username');/** MySQL database password */ define('DB_PASSWORD', 'new database password');/** MySQL hostname */ define('DB_HOST', 'localhost');There you go, you now just need to change your nameservers to shift your blog to the new server. You might loose some comments if your blog is too active because it usually takes 4-5 hrs for nameserver propagation (they say upto 48 hrs).

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.