Database Migration

Status
Not open for further replies.

martyn.p78

New Member
Messages
1
Reaction score
0
Points
1
Hi there,

I have a site with Dreamhost, for which the hosting is about to expire. We\'re migrating over to a free hosting plan, and most of the things (should) work. However, our database is under the name \"2prestart_com\", which cannot be created on my hosting plan.

Basically, if you guys could help me get a database with the name \"2prestart_com\", that would be a huge help.

Thanks!
James
 

stpvoice

Community Support Rep
Community Support
Messages
5,987
Reaction score
212
Points
63
Hello,

Unfortunately, due to the setup, databases can only be created with the syntax yourcpanelusername_yourdatabasename.
 
Last edited:

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
There should be no need to have a specific name for a database or a database user.

Most scripts (Wordpress, Joomla, Drupal, etc) have a config.php or settings.ini file where you can edit the name of the database, user, password, etc.

Just use PHPMyAdmin to export all the tables (do not include the database definition). Create your database here in MySQL Databases (and the user/password and assign to the database) and use PHPMyAdmin to import the tables and data.
 
Status
Not open for further replies.
Top