Changes between Version 47 and Version 48 of InstallationGuidelines/MySQL
- Timestamp:
- 10/26/11 20:20:53 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/MySQL
v47 v48 115 115 116 116 ==== On Slave: ==== 117 log_file /log_position come from the result of 'show master status' on master (e.g. mysql-bin.0000001/position-id)117 log_file(e.g. mysql-bin.0000001) and log_position come from the result of 'show master status' on master 118 118 {{{ 119 119 pico /etc/mysql/my.cnf … … 132 132 CHANGE MASTER TO MASTER_HOST='ma.st.er.ip', MASTER_USER='username', MASTER_PASSWORD='mypassword', MASTER_LOG_FILE='log_file', MASTER_LOG_POS=log_position; 133 133 SLAVE START; 134 134 SHOW SLAVE STATUS\G 135 }}} 136 137 Other options: 138 {{{ 135 139 crontab -e 136 140 # m h dom mon dow command