Page 1 of 1

dump DB with mysql control center

Posted: Tue Jan 06, 2004 10:50 am
by thomasd1
Hi,
how can i dump my database with mysql control center to a .sql file ???
:roll:

Posted: Tue Jan 06, 2004 5:26 pm
by Sevengraff
I don't know what you mean by mysql control center, but in phpMyAdmin you can do this:

select database
click "Export" tab
select tables to save data from
check the box "Save as file"
click "go"

then just save it as a .sql file.

Posted: Wed Jan 07, 2004 6:37 am
by thomasd1
i can't find the export tab :roll:

Posted: Wed Jan 07, 2004 3:40 pm
by Sevengraff
If you have phpMyAdmin, you should see something like this:

Image

Posted: Wed Jan 07, 2004 4:17 pm
by scorphus
thomasd1 wrote:i can't find the export tab :roll:
thomasd1, I think you - just like me :) - missed the very first line of Sevengraf's post, especially
Sevengraff wrote:(...) but in phpMyAdmin you can do this (...)
and tried to find an 'Export' tab MySQLCC.

Cheers,
Scorphus.

Posted: Thu Jan 08, 2004 5:29 am
by Pyrite
Ya know older versions of phpMyAdmin didn't have that. The export tabe is pretty new thing, like only in the last year or something.

Posted: Thu Jan 08, 2004 6:25 am
by Nay
Yeah Pyrite, I just hate that cpanel and all have such old scripts with them =\.

-Nay

Posted: Thu Jan 08, 2004 6:27 am
by Pyrite
I prefer mysqldump command.

Posted: Fri Jan 09, 2004 10:05 am
by ptesone
Hi

I execute backups easy with MySQL Turbo Manager , the options is very easy to use.

URL : http://www.mentattech.com

Regards,

Pete

exporting

Posted: Fri Jan 09, 2004 11:09 am
by ol4pr0
you might wanna try the

mysql-front

its a pretty easy program to use... bit unnessesary with newer versions of mysql.. however its a fun tool..


http://mysqlfront.sstienemann.de/ ( mysql front

Posted: Sat Jan 10, 2004 2:14 pm
by fastfingertips
the mysql-front is my only MYSQL tool :). I had the luck to use this even from the beginning and in my opinion is the greatest free tool for MySQL.