Skip to content

Devi Sri Mari Blog:: Web Technology Trends, News, and Social Media

Menu
  • About Me
  • CONTACT US
  • Sample Page
  • WEB DEVELOPMENT
Menu

How to Transfer WordPress Website Completely

Posted on January 6, 2014

wordpress

Transferring a WordPress website from one hosting provider to another provider is an very easy task.

To move WordPress site from one host to another host consists of three parts

  • Moving the files
  • Moving the database
  • Reconfiguration

To move your files from one host to another host by using the FTP client and upload files via FTP to the new account.

The second step is to move your database. First you need to export your database from the old hosting account.

Steps to export database:

  • Login to your cpanel account.
  • Choose phpmyadmin.
  • In that choose the database and click the option export.
  • Save the exported database file.

After you have your database exported, create a new database on your new hosting account and import your content in it.

Now your files and database transferred.

Now reconfigure your WordPress website to work from the new place.

To do this, open the wp-config.php file in your WordPress root folder and find the following lines:

define(‘DB_NAME’, ‘user_wrdp1’);
/** MySQL database username */
define(‘DB_USER’, ‘user_wrdp1’);
/** MySQL database password */
define(‘DB_PASSWORD’, ‘password’);

You need to replace those names and password with your actual database, database username and password for it.

Now save this file and your WordPress site should be up and running from your new hosting account!

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • “Who needs Superheros when there is a Real hero and she is called as Mother”
  • Improve Your Business Behind Social Media
  • Single-Page Application Benefits and How it Works
  • World Sparrow Day
  • Google’s ‘Mobilegeddon’ Will Affect Search Results
  • How To Use Google’s New Blocked Resources Report
  • Wikipedia Lists Ten Most Edited Pages Of 2014
  • Google Is Shutting Down The Google Earth API
  • Google Maps App Adds Real-Time Weather & Facts
  • Google Maps App Gets Design Revamp
©2026 Devi Sri Mari Blog:: Web Technology Trends, News, and Social Media | Design: Newspaperly WordPress Theme