mysql replication複製錯誤(zt)
Q. No argument was provided to –log-bin, and –log-bin-index was not used; so
replication may break when this MySQL server acts as a master and has his
hostname changed!! Please use ‘–log-bin=mysql-bin’ to avoid this problem.
A:
在my.cnf 的[mysqld]中加入 log-bin=mysql-bin
Q. Neither –relay-log nor –relay-log-index were used; so replication may
break when this MySQL server acts as a slave and has his hostname changed!!
Please use ‘–relay-log=mysql-relay-bin’ to avoid this problem.
A: 在my.cnf
的[mysqld]中加入 relay-log=mysql-relay-bin
Q. [ERROR] The slave I/O thread stops because master and slave have equal
MySQL server ids; these ids must be different for replication to work (or the
–replicate-same-server-id option must be used on slave but this does not always
make sense; please check the manual before using it).
A: 在my.cnf 的[mysqld]中加入
replicate-same-server-id
Q.[Note] Slave I/O thread: connected to master ‘test@:3306′,replication
started in log ‘FIRST’ at position 4
[ERROR] Error reading packet from
server: Access denied; you need the REPLICATION SLAVE privilege for this
operation ( server_errno=1227)
A:
可能原來使用過slave連結.需要將mysql庫中的master.info刪除重新
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/90618/viewspace-553552/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- MySQL 主從複製錯誤1837MySql
- MySQL GTID複製錯誤修復演示MySql
- MySQL主從複製錯誤——列型別轉換錯誤MySql型別
- sybase複製(zt)
- Redis 主從複製(Replication)Redis
- Mysql 5.7 基於組複製(MySQL Group Replication) - 運維小結MySql運維
- mysql多源複製跳過錯誤處理方法MySql
- 複製錯誤案例分享(一)
- 複製錯誤案例分享(二)
- MySQL 主從複製,常見的binlog錯誤及解決方法MySql
- Redis replication主從複製原理及配置Redis
- SqlServer 主從複製錯誤分析--20598SQLServer
- oracle9i下streams複製(zt)Oracle
- MySQL主從複製Last_SQL_Errno錯誤程式碼彙總說明MySqlAST
- 半同步複製報錯mysql8.0.25MySql
- MySQL複製MySql
- Build mysql replicationUIMySql
- MySQL Group ReplicationMySql
- 高階複製錯誤ORA-23474解決方法
- ogg複製程式報ORA-01438錯誤處理
- mysql複製--主從複製配置MySql
- MySQL5.7半同步複製報錯案例分析MySql
- MySQL 網路導致的複製報錯案例MySql
- MySQL複製跳過錯誤--slave_skip_errors、sql_slave_skip_counter、slave_exec_modeMySqlError
- MySQL 8 複製(三)——延遲複製與部分複製MySql
- MySQL主從複製之GTID複製MySql
- MySQL 8 複製(一)——非同步複製MySql非同步
- MySQL 8 複製(二)——半同步複製MySql
- MySQL 8 複製(四)——GTID與複製MySql
- MySQL 8 複製(五)——配置GTID複製MySql
- Mysql錯誤集MySql
- MySQL 複製全解析 Part 11 使用xtrabackup建立MySQL複製MySql
- 10gR1下Stream複製的column levle privilege(zt)
- MySQL主從複製之半同步複製MySql
- MySQL主從複製之非同步複製MySql非同步
- Welcome to MySQL Workbench:MySQL 複製表MySql
- MySQL 多源複製MySql
- MySQL主從複製MySql
- mysql 併發複製MySql