Tuesday, February 24, 2009
MySQLDUMP Options for Database Backup
MySQLDUMP Options for Database Backup MySQL Dump Options | Description |
Add a DROP DATABASE statement before each CREATE DATABASE statement | |
Add a DROP TABLE statement before each CREATE TABLE statement | |
Surround each table dump with LOCK TABLES and UNLOCK TABLES statements | |
Dump all tables in all databases | |
Adds to a table dump all SQL statements needed to create any tablespaces used by an NDB Cluster table | |
Use complete INSERT statements that include column names | |
Include all MySQL-specific table options in the CREATE TABLE statements | |
Dump several databases | |
Include dump date in "Dump completed on" comment if --comments is given | |
Use multiple-row INSERT syntax that include several VALUES lists | |
Deprecated. Now renamed to --lock-all-tables | |
Do not dump the given table | |
Write INSERT statements with the IGNORE option | |
This option is used with the -T option and has the same meaning as the corresponding clause for LOAD DATA INFILE | |
Lock all tables across all databases | |
Lock all tables before dumping them | |
This option suppresses the CREATE DATABASE statements | |
Do not write CREATE TABLE statements that re-create each dumped table | |
Do not write any table row information (that is, do not dump table contents) | |
Add SET NAMES default_character_set to the output | |
This option issues a BEGIN SQL statement before dumping data from the server | |
Override the --databases or -B option | |
--triggers | Dump triggers for each dumped table |
Verbose mode | |
Display version information and exit | |
Dump only rows selected by the given WHERE condition | |
Produce XML output |
- MySQL LEFT JOIN - http://kathyravan.blogspot.com/2009/01/mysql-left-join.html
- MySQL SQL_CACHE - http://kathyravan.blogspot.com/2008/12/mysql-sqlcache.html
- MySQL Query Caching - http://kathyravan.blogspot.com/2008/12/mysql-query-cache.html
- MySQL Show - http://kathyravan.blogspot.com/2008/12/mysql-show-statements.html
- CSV - MySQL Storage Engine - http://kathyravan.blogspot.com/2008/12/csv-mysql-storage-engine.html
- Blackhole - MySQL Storage Engine - http://kathyravan.blogspot.com/2008/12/blackhole-mysql-storage-engine.html
- Memory - MySQL Storage Engine (Formerly Heap Storage Engine) - http://kathyravan.blogspot.com/2008/12/memory-mysql-storage-engine-formerly.html
- Xml in MySQL - http://kathyravan.blogspot.com/2008/03/xml-in-mysql.html
- Forgot mySQL root Password? - http://kathyravan.blogspot.com/2008/02/forgot-mysql-root-password.html
- Samba - Installation & Configuration - http://kathyravan.blogspot.com/2008/02/samba-installation-configuration.html
- Enabling HTTP Authentication in Apache - http://kathyravan.blogspot.com/2008/08/enabling-http-authentication-in-apache.html
- PHP Function: isFTPFileExists (Searching a FILE in FTP) - http://kathyravan.blogspot.com/2008/12/php-function-isftpfileexists-searching.html
- Shell Scripting & Linux - http://kathyravan.blogspot.com/search/label/Shell%20Scripts
No comments :
Post a Comment