Hi: I bought a site a few days ago and I don't seem to how to move a MYSQL database from one host to another. I used Filezilla and appeared to get the data but no DB structure. Any help would be appreciated.
Do you have access via command line? SSH... or only via your web browser? if ssh, you can use mysqldump mysqldump –-user admin –-password=password mydatabase > sql.dump if web browser, you can use the export function
Here's a visual of the phpmyadmin section you should be able to find in either plesk or cpanel. Hope that helps ya! Carter