Binary log error in mysql

后端 未结 8 1570
后悔当初
后悔当初 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
    慢半拍i (楼主)
    2021-01-03 01:27

    I went out of my mind with this issue on a MySQL 5.5 master running Debian. None of the above worked. Finally, I rebooted the server and logging was enabled.

提交回复
热议问题