Forum Moderators: coopster

Message Too Old, No Replies

How to Transfer a SQL-Database

sql

         

newdawn

3:41 am on Nov 9, 2005 (gmt 0)

10+ Year Member



I am about to switch my hosts, and of course want to switch all my contents. The only problem for me is the transfer of the sql-database.

Does anyone know how to do it?

jatar_k

4:07 am on Nov 9, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld newdawn,

take a look at mysqldump [dev.mysql.com]

that will get it out

dreamcatcher

8:56 am on Nov 9, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to Webmaster World newdawn. :)

Also, you can use the 'Export' function if you use PHPMyAdmin to take a backup of your database.

dc

newdawn

12:57 pm on Nov 9, 2005 (gmt 0)

10+ Year Member



Thanks for the answers.

I used phpmyadmin to export the database but the problem for me is importing it with my new phpmyadmin.

Sven

maccas

1:10 pm on Nov 9, 2005 (gmt 0)

10+ Year Member



Create a database and then select it and click on SQL and browse. Or is there another problem?

newdawn

2:22 pm on Nov 9, 2005 (gmt 0)

10+ Year Member



The problem is that I somehow need to upload it, which is what I can't figure out.

maccas

3:00 pm on Nov 9, 2005 (gmt 0)

10+ Year Member



Ok just do what I said in my previous message.

newdawn

3:19 pm on Nov 9, 2005 (gmt 0)

10+ Year Member



I will try that. Thanks.