Transferring MySQL database from one area to another, is it possible?
6 replies, posted
I have switched from Xenonservers to Elpishost and was wondering if I could copy/switch over the MySQL database from the Xenonserver to the new one. Is this possible? Any idea how to do it? Thanks!
Export the SQL database via something like HeidiSQL
Run a mysqldump (You might have to contact Xenon for that):
[CODE]mysqldump -u root -p password dbname > db.sql[/CODE]
If you have access to phpMyAdmin you can just export the database and then import it to the new server.
Okay, so I have exported the database "information_schema" and now have information_schema.sql downloaded. Anyone here know how to get that information into an Elpishost server? I don't see any slq database related items anywhere on the control panel. Thanks again.
[QUOTE=Cjmax;42525702]Okay, so I have exported the database "information_schema" and now have information_schema.sql downloaded. Anyone here know how to get that information into an Elpishost server? I don't see any slq database related items anywhere on the control panel. Thanks again.[/QUOTE]
Why would you export the "information_schema" database? It's a default database that all MySQL servers use.
I don't know, probably because I don't have a fucking clue as to what I am doing. I'm going to see what I can find about the sqldump.
[editline] eheeh [/editline]
Welp, turns out I was looking for sv.db and not anything within MySQL. Being an idiot is awesome! Thanks to those who helped.
[QUOTE=Cjmax;42527472]I don't know, probably because I don't have a fucking clue as to what I am doing. I'm going to see what I can find about the sqldump.
[editline] eheeh [/editline]
Welp, turns out I was looking for sv.db and not anything within MySQL. Being an idiot is awesome! Thanks to those who helped.[/QUOTE]
I see. Mark thread as solved please.
Sorry, you need to Log In to post a reply to this thread.