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


mysql 5.7在从库停止复制进程时出现错误,原因是将复制信息记录表中了。
错误提示:ERROR 1794 (HY000): Slave is not configured or failed to initialize pro开发云主机域名perly. 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重新启动数据

相关推荐: mysql 基本字符函数

#查看当前字符集#单行开发云主机域名函数USE myemployees;#字符函数#mysql中索引位置从1开始,sbstr和substring效果一样#案例:将姓大写,名小写,然后拼接相关推荐: Mysql常用命令锦集1、统计指定数据库中的表的行数:u开发云…

免责声明:本站发布的图片视频文字,以转载和分享为主,文章观点不代表本站立场,本站不承担相关法律责任;如果涉及侵权请联系邮箱:360163164@qq.com举报,并提供相关证据,经查实将立刻删除涉嫌侵权内容。

(0)
打赏 微信扫一扫 微信扫一扫
上一篇 06/05 19:58
下一篇 06/05 19:58

相关推荐