|
Have your webdesigner save the database as an SQL Dump. This is just one massive SQL file which can be used to recreate the database and data if there is anything in it.
Then on your virtual site's Cpanel, you will find an option for MySQL Database, create a database and a database user. Then click on the PHPMyAdmin where you can Import the SQL Dump.
Never work with actual SQL files as they can get very messy.
|