Archive for October, 2008

Backup a MySQL Table

Posted on October 16, 2008, under MySQL, Shell Scripts.

mysqldump db_name table_name > /file/to/path/dump.sql

Hope this helps!

Cheers!

Pads