Upload website files
Upload your WordPress files to
/public_html using File Manager or FTP.If you have a ZIP backup:- Upload the ZIP
- Extract it into
/public_html
Create a new database
In cPanel, open MySQL Database Wizard and create:
- A database
- A database user
- Assign the user to the database with All Privileges
Import the database
Open phpMyAdmin, select the new database, then go to Import and upload your
.sql file.Update wp-config.php
Open
wp-config.php in your WordPress files and update:DB_NAMEDB_USERDB_PASSWORDDB_HOST

