PDA

View Full Version : SQL Dump Question



roblev
July 14th, 2001, 14:47
I know this is kinda off the topic of the board, but how would I dump ALL SQL information from my FreeSQL.org account?

Dedix
July 15th, 2001, 00:28
try out with mysqlfront

www.mysqlfront.de


good luck :)

LastActionHero
July 15th, 2001, 02:53
Hi,

Just install phpmyadmin on your server and use it to get your dump

http://www.phpwizard.net/projects/phpMyAdmin/

ashben
July 15th, 2001, 03:50
I guess freesql.org does provide a phpMyAdmin interface for database administration, so you can probably use that to dump the data

gyrbo
July 15th, 2001, 08:00
Just selct the db in phpMyAdmin, and use:
View dump (schema) of database > Structure and data
Then copy the data on the screen to a text file, and your done.

Dedix
July 15th, 2001, 12:50
imho mysqlfront is more powerfull

roblev
July 15th, 2001, 13:56
Thanks gyrbo. That helped a lot! Now I can back up my users database without worries! (just kinda slow restoring data) I tested it on my vBulletin, which is a 1.2 MB db, and it worked. WOOHOO!

lucifer
July 16th, 2001, 06:40
Originally posted by Dedix
imho mysqlfront is more powerfull
doesn't seem to be platform independent thought :(