|
it's not complicated with phpmyadmin
go to host from where you wanna transfer=> export database (sql)
go to host where you wanna have the new database (import from the previously exported file)
create the new database
=>import the tables (import the
if you are moving the files you need to change
host, username, password and database name in the configuration files
be sure to check if everything is in his place before deleting the source database
|