Page 1 of 1

Mirating a Mysql database

Posted: Tue May 18, 2004 12:27 pm
by idnoble
Hello

I have a mysql database in hard drive (localhost) that works well, but now i've bought a webspace online and i'm trying to upload the database into my new webspace anyone got any ideas how i can do this?

Posted: Tue May 18, 2004 12:57 pm
by Weirdan
The simplest way perhaps would be to make entire database dump (using mysqldump utility) and then import it into your online db.

Posted: Tue May 18, 2004 12:59 pm
by idnoble
Thank you, but I've taught about this, but I'm not familiar with mysql dump, can you please enlighten me a little more than you

Posted: Tue May 18, 2004 1:04 pm
by Weirdan

Posted: Tue May 18, 2004 2:12 pm
by patrikG
Or, if you have phpmyadmin installed: use its export-functionality.