/kb

personal knowledgebase

Backup a MySQL database with mysqldump

without comments

It’s very easy, but I always have to look it up.

mysqldump --opt -u USERNAME -p -h HOST.HOST.COM DATABASE_TABLE > DUMPFILE.sql

Theoretically related posts

Written by hgrimelid

May 14th, 2008 at 6:29 pm

Posted in Server

Tagged with , , ,

Leave a Reply