Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.
Moderator: General Moderators
idnoble
Forum Commoner
Posts: 28 Joined: Wed Mar 31, 2004 4:09 am
Post
by idnoble » Tue May 18, 2004 12:27 pm
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?
Weirdan
Moderator
Posts: 5978 Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine
Post
by Weirdan » Tue May 18, 2004 12:57 pm
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 » Tue May 18, 2004 12:59 pm
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
Weirdan
Moderator
Posts: 5978 Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine
Post
by Weirdan » Tue May 18, 2004 1:04 pm
patrikG
DevNet Master
Posts: 4235 Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK
Post
by patrikG » Tue May 18, 2004 2:12 pm
Or, if you have phpmyadmin installed: use its export-functionality.