MySQL Dump (backup)

Description

Simple command to backup a MySQL database. Run from Linux command line.

Snippet

mysqldump -u [username] -p [password] [databasename] > [backupfile.sql]

Post new comment

The content of this field is kept private and will not be shown publicly.