Page 1 of 1

PHPMyAdmint Export Database

Posted: Wed Mar 16, 2005 7:53 am
by s.dot
Okay, so I'd like to be able to export and save my database structure and information locally.

In PHPMyAdmin, there's an option in export that let's you save file to disk, and choose whether you want the file, a zipped file, or a gzipped file.

I would just like to gzip it.

Can someone point me towards a tutorial or documentation on this?

Posted: Wed Mar 16, 2005 10:04 am
by feyd
on which? gzip? http://php.net/zlib
For exporting there's 'mysqldump' and something like this: viewtopic.php?t=29183