Binary log error in mysql

后端 未结 8 1582
后悔当初
后悔当初 2021-01-03 00:41

When I am trying to check binary log:

 SHOW BINARY LOGS;

I get this error:

ERROR 1381 (HY000): You are not using bin

8条回答
  •  旧时难觅i
    2021-01-03 01:14

    Line

    log-bin=mysql-bin
    

    must placed above lines:

    [mysqld_safe]
    
    log-error=/var/log/mysqld.log
    
    pid-file=/var/run/mysqld/mysqld.pid
    

提交回复
热议问题