First step, login to the control panel
The first step, login into the control panel given to you through your previous hosting service provider (if you use cpanel, you can use namadomain.com/cpanel).
Well, after that backup wordpress files that are on your hosting, in this example mimin use CPANEL as the control panel. The file will be in the public_html folder.
- Press select all
- Right Click then compress file.
3. Don't forget to select the file and download the backed up file.
Second step backup database or MYSQL files
Backup the database files used for your WordPress. To do this, go back to the beginning of the control panel and select the Phpmyadmin menu,
Then select your WordPress database, usually there is always a prefix or wp writing in the database section. Then choose export
Okay, is it easy to hold this? The next step is that we enter the WordPress hosting panel, where the panel already uses the Plesk panel as follows.
Step three Login to the WordPress Hosting Panel and select the file manager
Then upload the files that we have backed up earlier into the WordPress Hosting Exabytes plesk panel as follows. (Note: if there is a wordpress installation in it, please delete it first. Because WordPres Hosting Exabytes by default will create you a WordPress Instance)
Upload the file and wait for it to finish
When finished then extract the file & and wait for it to finish
Step four import the mysql file that we previously backed up in step two.
Return to the home page and click Database
Create a new user for your database later,
*Please remember the user and password you have created, as they will be required in the last step.
Return to the database page and select "import dump"
The last step of WordPress Hosting migration,
Go back to the file manager and find the wp-config.php file, double-click it and edit the following part of the file
// ** MySQL settings ** //
/** The name of the database for WordPress */
define( ‘DB_NAME’, ‘Yang telah Anda buat’ );
/** MySQL database username */
define( ‘DB_USER’, ‘Yang telah Anda buat’ );
/** MySQL database password */
define( ‘DB_PASSWORD’, ‘Yang telah Anda buat’ );
/**
Finish.