

create-options, -disable-keys, -extended-insert, -lock-tables, -quick, and Use of -opt is the same as specifying -add-drop-table, -add-locks,.Some mysqldump options are shorthand for groups of other options: To see a list of the options your version of mysqldump supports, execute mysqldump -help. To dump these, name them explicitly on the command line, although you must also use the Mysqldump does not dump the INFORMATION_SCHEMA or performance_schema databases by default. all-databases option, entire databases are dumped. If you do not name any tables following db_name or if you use the -databases or

There are three general ways to invoke mysqldump: Using the mysqlhotcopy instead because it can accomplish faster backups and faster If you are doing a backup on the server and your tables all are MyISAM tables, consider However, mysqldump can also be used to generateįiles in CSV, other delimited text, or XML format. The dump typically contains SQL statements toĬreate the table, populate it, or both. Server (not necessarily a MariaDB server). Used to dump a database or a collection of databases for backup or transfer to another SQL

The mysqldump client is a backup program originally written by Igor Romanenko.
