Slave failed to initialize relay log info structure from the repository
啟動從時報錯:
mysql> start slave;
ERROR 1872 (HY000): Slave failed to initialize relay log info structure from the repository
reset slave之後可以:
mysql> reset slave;
Query OK, 0 rows affected (0.00 sec)
mysql> change master to master_host='192.168.118.161', master_user='song', master_password='song', master_log_file='1.000016', master_log_pos=430;
Query OK, 0 rows affected, 2 warnings (0.04 sec)
mysql> start slave;
Query OK, 0 rows affected (0.02 sec)
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28258625/viewspace-1595219/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- mysql 8 報錯 ERROR 1872 (HY000): Slave failed to initialize relay log info structure from the repositoryMySqlErrorAIStruct
- pycharm出現Git Pull Failed: Could not read from remote repository.PyCharmGitAIREM
- Failed to initialize NVML: Driver/library version mismatchAI
- 關於xtrabackup --slave-info引數的說明
- mysql relay log相關引數說明MySql
- MySQL relay log 詳細引數解釋MySql
- jpa報錯 Failed to initialize JPA EntityManagerFactory: Unable to instantiate default tuplizerAI
- 關於IDEA新建工程後dump project structure from sbtIdeaProjectStruct
- MySQL [ERROR] Slave I/O: Found a Gtid_log_event or Previous_gtids_log_eventMySqlError
- MySQL:產生大量小relay log的故障一例MySql
- Flutter:VM snapshot must be valid. Check failed: vm. Must be able to initializeFlutterAI
- Doris failed to initialize storage reader. tablet=106408, res=[NOT_IMPLEMENTED_ERROR]to be implementedAIError
- MySQL報錯Slave: received end packet from server, apparent master shutdownMySqlServerAPPAST
- 解決SBT下載慢,dump project structure from sbt問題ProjectStruct
- 恢復誤刪除表黑科技之relay log大法(續)
- DM 中 relay log 效能優化實踐丨TiDB 工具分享優化TiDB
- source 1.5 中不支援 lambda 表示式, Deployment failed repository elementAI
- PSQLException: ERROR: failed to find conversion function from unknown to charSQLExceptionErrorAIFunction
- Failed to read auto-increment value from storage engineAIREM
- xshell連線tx1,git clone出現.git/info/refs not valid: is this a git repository?Git
- git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.GithubREM
- 如果將relay_log_recovery設定為0會發生什麼?
- MySQL:show slave status 關鍵值和MGRrelay log的清理策略MySql
- 今天擔心了一下,change master會將relay-log重置的AST
- docker image rm發生錯誤 Error response from daemon: conflict: unable to remove repository referenceDockerErrorREM
- [20200416]ORA-01187 cannot read from file because it failed verification tests.AI
- Spring Initializr - LSP - Failed to fetch Generation from Spring IO: port out of range: -1SpringAI
- MySQL案例09:Last_IO_Error: Got fatal error 1236 from master when reading data from binary logMySqlASTErrorGo
- OGG-01028 Recovery record is missing from log 的BUG處理
- MySQL Binlogging Fails With Writing One Row To The Row-based Binary Log FailedMySqlAI
- GraphQL & Relay 初探
- data structureStruct
- load與initialize
- GraphQL & Relay 實戰
- QEMU info
- Cannot retrieve repository metadata (repomd.xml) for repositoryXML
- OpenAPI Basic StructureAPIStruct
- Bundle the repository
- Git push時報錯:fatal: Could not read from remote repository. Please make sure you have the correct access rightsGitREM