Downloading your Wordpress From PHPMySQL
Download the Wordpress Directory from your folder on PHPMySQL
- Follow the steps on Accessing the PHPMySQL Server to connect to PHPMySQL
- Download the "Wordpress" directory - This will take a while based on how many themes and images you had in your Wordpress
Backup your database from PHPMySQL
- Open the PHPMyAdmin for PHPMySQL at https://phpmysql.howardcc.edu/phpmyadmin/index.php
Login with your username and the database password you were previously provided by your instructor- If you can't locate your database password it is also in the "wp_config.php" you downloaded above
Ex: below the password is InterestedPassword9267
- If you can't locate your database password it is also in the "wp_config.php" you downloaded above
- Once you have signed in, click on your database to the left
- Now click on "Export"
- Click "Go"
- Save the file
- Now click on "Export"
Locate a new webhost if you have not yet
- Wordpress.org keeps a list of recommended Wordpress hosts
https://wordpress.org/hosting/
Upload the files to your new WebHost
These steps will vary by webhost, contact the webhost help/support for assistance
- Edit the wp-config.php you downloaded
Change it to use new webhost username, server and password for your database/MySQL they provide you - Using Filezilla or a similar tool, upload the Wordpress folder you had before to the new server
- Connect to the host using their FTP connection username, server, and password the new host provides you
- If you want to have Wordpress be a subfolder on the new host, upload the folder like below (Ex: https://frank.hosting.com/Wordpress )
- If you want Wordpress to be the only thing on the new host, enter the directory and upload all the files to the webhost instead (Ex: https://frank.hosting.com/ )
- If you want to have Wordpress be a subfolder on the new host, upload the folder like below (Ex: https://frank.hosting.com/Wordpress )
- Connect to the host using their FTP connection username, server, and password the new host provides you
Import your database to the new Webhost
 These steps will vary by webhost, contact the webhost help/support for assistance
- Open the PHPMyAdmin for your new webhost
- Login using the new webhosts username and password for your database
- Again select your database on the left and but select import this time
- Click "Browse"
- select the SQL Export you downloaded from PHPMySQL before
- select the SQL Export you downloaded from PHPMySQL before
- Scroll down and click "Go"
- Open the wp_options table under your database on the left
- Edit the two first items "site_url" and "home" to be your new URL. If you don't know what this is contact the help/support at your new web host
- Edit the two first items "site_url" and "home" to be your new URL. If you don't know what this is contact the help/support at your new web host
- Open your new URL and test it