http://iotn.co.kr ¿¬¶ôó: gilho.kr@gmail.com [ The Japanese government should apologize to Japanese Military Sexual Slavery victim. / ìíÜâïÙݤªÏìíÜâÏÚªÎàõîÜÒ¿ÖË?ßåíºªËÞóñªª¹ªÙª. ]
MariaDB [(none)]>
CHANGE MASTER TO
MASTER_HOST='192.168.xx.xx',
MASTER_USER='replication_user',
MASTER_PASSWORD='xxxxxx',
MASTER_PORT=3306,
MASTER_LOG_FILE='master1-bin.000001',
MASTER_LOG_POS=793,
MASTER_CONNECT_RETRY=10;
ERROR 1201 (HY000): Could not initialize master info structure for ''; more error messages can be found in the MariaDB error log
MariaDB [(none)]>
start slave;
ERROR 1201 (HY000): Could not initialize master info structure for ''; more error messages can be found in the MariaDB error log
Á¶Ä¡
stop slave;
reset slave;
CHANGE MASTER TO ...
start slave;
show slave status \G