The info is available everywhere but for those who want it spoon fed into their eager mouths here goes:
To dump a database to an optimized sql file and then tar/gz compress the file:
> mysqldump --opt database > database.sql
> tar -czvf database.tar.gz database.sql
To export a database from the local mysql server to a remote mysql server:
> mysqldump --opt -A | mysql --user=remote_user --password=remote_pw --host=xxx.xxx.xxx.xxx
You're welcome!
Related posts:
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.