温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

ERROR 1794 (HY000): Slave is not configured or fai

发布时间:2020-08-13 23:58:08 来源:网络 阅读:5798 作者:z597011036 栏目:MySQL数据库

mysql 5.7在从库停止复制进程时出现错误,原因是将复制信息记录表中了。


错误提示:

ERROR 1794 (HY000): Slave is not configured or failed to initialize properly. You must at least set --server-id to enable either a master or a slave. Additional error messages can be found in the MySQL error log.


解决方法:

use mysql
drop table slave_master_info;
drop table slave_relay_log_info;
drop table slave_worker_info;
drop table innodb_index_stats;
drop table innodb_table_stats;

source /usr/coolpad/mysql/share/mysql_system_tables.sql

重新启动数据库

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI