Mirating a Mysql database

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
idnoble
Forum Commoner
Posts: 28
Joined: Wed Mar 31, 2004 4:09 am

Mirating a Mysql database

Post 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?
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

The simplest way perhaps would be to make entire database dump (using mysqldump utility) and then import it into your online db.
idnoble
Forum Commoner
Posts: 28
Joined: Wed Mar 31, 2004 4:09 am

Post 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
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

Or, if you have phpmyadmin installed: use its export-functionality.
Post Reply