• ADADADADAD

    ERROR 1794 (HY000): Slave is not configured or fai[ mysql数据库 ]

    mysql数据库 时间:2024-12-03 12:11:59

    作者:文/会员上传

    简介:

    mysql 5.7在从库停止复制进程时出现错误,原因是将复制信息记录表中了。错误提示:ERROR 1794 (HY000): Slave is not configured or failed to initialize properly. You must

    以下为本文的正文内容,内容仅供参考!本站为公益性网站,复制本文以及下载DOC文档全部免费。

    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

    重新启动数据库

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

    将本文的Word文档下载到电脑

    推荐度:

    下载