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?
PHPMyAdmint Export Database
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
on which? gzip? http://php.net/zlib
For exporting there's 'mysqldump' and something like this: viewtopic.php?t=29183
For exporting there's 'mysqldump' and something like this: viewtopic.php?t=29183