mysql err (1) 썸네일형 리스트형 [Maria/Mysql] ERROR 1201 (HY000): Could not initialize master info structure for ''; more error messages can be found in the MariaDB error log 에러 조치 방법 #1. 개요 아래와 같은 에러가 발생했을 때 조치 방법을 기록해놓으려고 합니다. master/slave에서 slave 쪽에서 연결하는 부분에서 에러가 발생한 경우입니다. MariaDB [testdb]> change master to -> master_host='192.168.1.70', -> master_user='repli', -> master_password='system', -> master_log_file='mysql-bin.000010', -> master_log_pos=1068; ERROR 1201 (HY000): Could not initialize master info structure for ''; more error messages can be found in the MariaDB er.. 이전 1 다음