Skip to main content

Enabling Log Bin

Comments

3 comments

  • cPRex Jurassic Moderator
    Hey there! I did some research on this and found I had to do the following: In SSH: touch /var/lib/mysql/mysqlbin.log chown mysql. /var/lib/mysql/mysqlbin.log
    In my.cnf: server-id=1 log_bin=/var/lib/mysql/mysqlbin.log
    Then restart the MySQL service. Can you try that and see if you get better results?
    0
  • Kalladeron
    Sorry the delay! Awesome, this solved my problem :)
    0
  • cPRex Jurassic Moderator
    You're welcome!!! I'm glad that helped!
    0

Please sign in to leave a comment.