How to migrate WordPress site to AdriaHost?

Step 1: Backup Your WordPress Database Using phpMyAdmin

Before transferring your WordPress blog, it is recommended that you make a backup of your database using phpMyAdmin. Once you have successfully logged into phpMyAdmin:

  1. Click on the name of the database which contains your WordPress blog.
  2. Click Export in the top navigation menu.
  3. Select the Quick option listed under the Export Method section.
  4. Leave the selection in the format section as SQL .
  5. Click Go.
  6. Once completed, there will be a prompt to save the file. Simply click on Save as File; this will download a file named wordpress.sql to your desktop.

You have successfully backed up your database.

Step 2: Download/Upload All WordPress Files Using FTP

You will need to download ALL your files from your old host and upload them to your new host. This includes files from your themes folder and plugins folder. Make sure you also download any folders which were referenced outside of your blog's folder.

Step 3: Create a New WordPress Database and Edit wp-config.php

Create a New Database

To create a new MySQL database:

  1. From your control panel, click the MySQL Databases icon.
  2. Create a new database with a name appropriate for your blog.
  3. Create a database username and password.
  4. Assign the new user to the new database and grant All Privileges.

Editing the wp-config.php File

After creating a new database, you will need to edit the wp-config.php file, which is the WordPress configuration file. This specific configuration file reads directly from a database of your choosing.

To update the WordPress configuration file:

  1. From your control panel, click the File Manager icon.
  2. Navigate to the document root for the domain for which you are updating the WordPress.
  3. Locate the file named wp-config (its normally in the group of files near the bottom).
  4. Click to open the file, and locate the following lines so that they can be updated with the correct information:
    /** The name of the database for WordPress */
    define('DB_NAME', 'cpuser_dbname');

    /** MySQL database username */
    define('DB_USER', 'cpuser_uname');

    /** MySQL database password */
    define('DB_PASSWORD', '******');

    /** MySQL hostname */
    define('DB_HOST', 'localhost');
    • If you did not edit the file on the server via the File Manager with your new database settings, upload it to the root of your blog folder.

The configuration file is now set up with the new database; however, it does not contain any database tables. In order to correct this, you will need to import the information into the database.

Step 4: Importing WordPress to the New Database

You can use either phpMyAdmin or BigDump to import your database. BigDump is the preferred option if you have a large database (10mbs or more). There is a step-by-step guide on how to use BigDump on its website.

Once you have logged into phpMyAdmin:

  1. Click the name of the Database to which you wish to import the information.
  2. Click the Import tab at the top of the page.
  3. In the File to Import section, select the SQL based file from your computer that you wish to import.
  4. Use Partial Import if you intend to skip a set number of code rows.
  5. The Format and Format Specific Options sections can be left to their default values.
  6. Click Go to initiate the import.
  • 20 Users Found This Useful
Was this answer helpful?

Related Articles

Unable to sign into cPanel, I don't see website, emails don't work

In the event that you normally use your hosting account, and suddenly you do not see your site,...

Optimizing Joomla

Joomla is a popular CMS that is highly extensible and customizable. The following are suggestions...

How to Log into cPanel

cPanel Access You can access your cPanel in any of the following ways: Option 1: If you are...

How to migrate from Blogger to AdriaHost?

Being that Blogger (blogspot) is not actually hosting company, migration from Blogger is a little...

Support Services

• We monitor servers 24h a day. • We provide support by ticket system. Note that we do not...