Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
granite
kb
Wiki
Business_doc
maxwell常见错误处理
maxwell常见错误处理
· Changes
Page history
update: maxwell常见错误处理
authored
Mar 25, 2022
by
李子健
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
business_doc/maxwell常见错误处理.md
business_doc/maxwell常见错误处理.md
+2
-4
No files found.
business_doc/maxwell常见错误处理.md
View page @
bb8e83fb
# maxwell常见错误处理
## 通用
## 通用
```
mysql
```
mysql
...
@@ -30,5 +28,4 @@ INSERT INTO maxwell.tables (id, schema_id, database_id, name, charset, pk) VALUE
...
@@ -30,5 +28,4 @@ INSERT INTO maxwell.tables (id, schema_id, database_id, name, charset, pk) VALUE
```
mysql
```
mysql
原因:reset master或者binlog文件更名导致找不到记录的binlog文件等
原因:reset master或者binlog文件更名导致找不到记录的binlog文件等
处理方法:手动修正positions表中对应实例的binlog信息,或者清空/删除maxwell库重建
处理方法:手动修正positions表中对应实例的binlog信息,或者清空/删除maxwell库重建
```
```
\ No newline at end of file