<< 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 323 slave-skip-errors= [err_ code1,err_code2,... | all] Available  only  in  3.23.47  and  later.   Tells  the  slave thread  to  continue  replication  when  a  query  returns an error from the provided list.  Normally, replication will discontinue when an error is encountered, giving the user a chance to resolve the inconsistency in the data manually.  Do not use this option unless you fully understand why you are getting the errors. If there are no bugs in your replication setup and client programs, and  no  bugs  in  MySQL  itself,  you  should  never  get an abort with error.  Indiscriminate use of this option will result in slaves being hopelessly out of sync with the master and you having no idea how the problem happened. For error codes, you should use the numbers provided by  the  error  message  in  your  slave  error  log  and  in the  output  of  SHOW SLAVE STATUS.   Full  list  of  error messages  can  be  found  in  the  source  distribution  in `Docs/mysqld_error.txt'. You  can  (but  should  not)  also  use  a  very  non- recommended value of all which will ignore all error messages and keep barging along regardless.  Needless to say,  if you use it,  we make no promises regarding your  data  integrity.   Please  do  not  complain  if  your data on the slave is not anywhere close to what it is on the master in this case { you have been warned. Example: slave-skip-errors=1062,1053 or slave-skip- errors=all skip-slave-start Tells  the  slave  server  not  to  start  the  slave  on  the startup.  The user can start it later with SLAVE START. slave_net_timeout=# Number  of  seconds  to  wait  for  more  data  from  the master before aborting the read. 4.10.6  SQL Commands Related to Replication Replication can be controlled through the SQL interface. Here is the summary of commands: Command Description SLAVE START Starts the slave thread.  (Slave) SLAVE STOP Stops the slave thread.  (Slave) SET SQL_LOG_BIN=0 Disables  update  logging  if  the  user  has  the SUPER  privilege.  Ignored otherwise.  (Master) SET SQL_LOG_BIN=1 Re-enables  update  logging  if  the  user  has  the SUPER privilege.  Ignored otherwise.  (Master)
     

    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