File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ START SLAVE sql_thread;
7
7
CHANGE MASTER TO master_user='user',master_password='pwd';
8
8
ERROR HY000: \042D\0442\0443 \043E\043F\0435\0440\0430\0446\0438\044E \043D\0435\0432\043E\0437\043C\043E\0436\043D\043E \0432\044B\043F\043E\043B\043D\0438\0442\044C \043F\0440\0438 \0440\0430\0431\043E\0442\0430\044E\0449\0435\043C \043F\043E\0442\043E\043A\0435 \043F\043E\0434\0447\0438\043D\0435\043D\043D\043E\0433\043E \0441\0435\0440\0432\0435\0440\0430 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
9
9
STOP SLAVE;
10
+ RESET SLAVE ALL;
Original file line number Diff line number Diff line change @@ -14,3 +14,4 @@ START SLAVE sql_thread;
14
14
--error ER_SLAVE_MUST_STOP
15
15
CHANGE MASTER TO master_user='user',master_password='pwd';
16
16
STOP SLAVE;
17
+ RESET SLAVE ALL;
You can’t perform that action at this time.
0 commit comments