| | 68 | * 13:00 SC: |
| | 69 | * Replication stopped on ippc17, ipp001, ippdb03, ippdb05 |
| | 70 | * ippdb01: Users not root all deleted |
| | 71 | * ippdb05: Added ipp user tomysql |
| | 72 | * ippdb01: mysql shutdown |
| | 73 | * ippdb05: slave information deleted (RESET SLAVE + /etc/mysql/my.cnf) |
| | 74 | * ippdb05: server restart (no slave info) |
| | 75 | * ippdb05: |
| | 76 | mysql> SHOW MASTER STATUS; |
| | 77 | +-------------------+----------+--------------+------------------+ |
| | 78 | | File | Position | Binlog_Do_DB | Binlog_Ignore_DB | |
| | 79 | +-------------------+----------+--------------+------------------+ |
| | 80 | | mysqld-bin.000243 | 98 | | | |
| | 81 | +-------------------+----------+--------------+------------------+ |
| | 82 | 1 row in set (0.00 sec) |
| | 83 | |
| | 84 | CHANGE MASTER TO MASTER_HOST='ippdb05.ifa.hawaii.edu', MASTER_USER='repl_gpc1', MASTER_PASSWORD='gpc1_repl', MASTER_LOG_FILE='mysqld-bin.000243', MASTER_LOG_POS=98; |
| | 85 | |
| | 86 | * ippdb03 is now a slave of ippdb05 |
| | 87 | * issue with isp on ippc17 |
| | 88 | * can't check from ipp001 since ippdb05 not visible |
| | 89 | * ippdb01 is now a slave of ippdb05 |
| | 90 | * root password changed on ippdb01 |
| | 91 | * mysql servers stopped on ippdb01 and ippdb05 |
| | 92 | * Gavin can change dns/ip |