ERROR 1201
2023. 9. 1. 08:58ㆍMySQL/etc
반응형
mysql 5.5 를 사용하고 있는 DB에서
replication 연결된 slave(replica) 서버를 5.6 으로 올렸다.
다시 5.5를 실행시켜서 슬레이브로 연결하려면 연결이 되는지 의문이 생겨서 시도를 해보았다.
결과는 에러가 발생하였다.
mysql> start slave; ERROR 1201 (HY000): Could not initialize master info structure; more error messages can be found in the MySQL error log |
반응형
'MySQL > etc' 카테고리의 다른 글
[ERROR] Unknown/unsupported storage engine: BLACKHOLE (0) | 2023.11.06 |
---|---|
check table & repair table (0) | 2023.09.14 |
[iptables] 2003, error connecting to master 'replicator@' (0) | 2023.08.24 |
스토리지 엔진 (0) | 2022.10.21 |
transaction이 완벽하지 않은듯하다? (0) | 2022.09.28 |