<< previous page   --   table of contents   --   next page >>
| | | | | | | |
  • Return to Table of Contents
  • Table of Contents

    1. General Information
    2. MySQL Installation
    3. Tutorial Introduction
    4. Database Administration
    5. MySQL Optimisation
    6. MySQL Language Reference
    7. MySQL Table Types
    8. MySQL APIs
    9. Extending MySQL

    Chapter 4: Database Administration 299 -p, --password[=...] Password to use when connecting to server. If password is not given it's solicited on the tty. -P, --port=... Port number to use for connection. -q, --quick If you are using this option with CHECK TABLE, it prevents the check from scanning the rows to check for wrong links.  This is the fastest check. If you are using this option with REPAIR TABLE, it will try to repair only the index tree.  This is the fastest repair method for a table. -r, --repair Can x almost anything except unique keys that aren't unique. -s, --silent Print only error messages. -S, --socket=... Socket le to use for connection. --tables Overrides option {databases (-B). -u, --user=# User for login if not current user. -v, --verbose Print info about the various stages. -V, --version Output version information and exit. 4.8.5  mysqldump, Dumping Table Structure and Data Utility to dump a database or a collection of database for backup or for transferring the data to another SQL server (not necessarily a MySQL server).  The dump will contain SQL statements to create the table and/or populate the table. If  you  are  doing  a  backup  on  the  server,  you  should  consider  using  the  mysqlhotcopy instead.  See Section 4.8.6 [mysqlhotcopy], page 303. shell> mysqldump [OPTIONS] database [tables] OR mysqldump [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...] OR mysqldump [OPTIONS] --all-databases [OPTIONS] If  you  don't  give  any  tables  or  use  the  --databases  or  --all-databases,  the  whole database(s) will be dumped. You can get a list of the options your version of mysqldump supports by executing mysqldump --help. Note that if you run mysqldump without --quick or --opt, mysqldump will load the whole result set into memory before dumping the result.  This will probably be a problem if you are dumping a big database.
     

    Customer Support CentreMySQL Reference Manual

    Web Hosting Services
    UNIX WEB HOSTING
    SUPPORT & FAQ's
    TERMS OF USE
    Domain Services
    DOMAIN REGISTRATION
    MANAGE YOUR ACCOUNT
    SUPPORT & FAQ's
    TERMS OF USE
    SITE MAP
    Home
    Hosting Plans | Domain Registration | About Us | Contact Us | Site Map
    Terms of Use | Privacy Policy | Guarantees
    Merchant Accounts

    SpiritHost - web hosting for spiritual and education sites
    SpiritHit.com - Religious and Spiritual Portal
  • Return to Table of Contents
  • Back to top

  • Web Hosting: Manuals & FAQ's

    1. Unix-Based Web Hosting
    2. Unix Dedicated Servers
    3. Windows Dedicated Servers
    4. CuteFTP User’s Guide
    5. CuteHTML User’s Guide
    6. WS_FTP Pro User's Guide
    7. Miva Order User's Guide
    8. Miva Merchant User's Guide