Changes between Version 47 and Version 48 of InstallationGuidelines/MySQL


Ignore:
Timestamp:
10/26/11 20:20:53 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/MySQL

    v47 v48  
    115115
    116116==== On Slave: ====
    117 log_file/log_position come from the result of 'show master status' on master (e.g. mysql-bin.0000001/position-id)
     117log_file(e.g. mysql-bin.0000001) and log_position come from the result of 'show master status' on master
    118118{{{
    119119pico /etc/mysql/my.cnf
     
    132132CHANGE MASTER TO MASTER_HOST='ma.st.er.ip', MASTER_USER='username', MASTER_PASSWORD='mypassword', MASTER_LOG_FILE='log_file', MASTER_LOG_POS=log_position;
    133133SLAVE START;
    134 
     134SHOW SLAVE STATUS\G
     135}}}
     136
     137Other options:
     138{{{
    135139crontab -e
    136140# m h  dom mon dow   command