Hi everyone. I have a client who had binary logging turned off and the research I did states that mySQL has binary logging on by default. I did find the one exception here:
Are there any cases where binary logging would be shut off by default when using OpenEMR?
@growlingflea,
By default, OpenEMR does not make changes in MYSQL settings.
The default Binary logging is ON.
Warning - *** You should never turn OFF the binary log because if the system crashes while the database is active, you will end up with a corrupted Data Base!
Thanks,
ViSolve
Thank you. This is an issue that a customer ran into. I have a feeling that a previous developer who worked on this system may have turned it off. Thanks for the input.