PHPMyAdmint Export Database

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

PHPMyAdmint Export Database

Post 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?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

on which? gzip? http://php.net/zlib
For exporting there's 'mysqldump' and something like this: viewtopic.php?t=29183
Post Reply