how to know if mysql binary log is enable through sql command?

Viewed 28060

I have a mysql instance running and I want to know if binary log is enable for that instance without logging into the machine and check my.cnf file. Is there a way to do that?

Thanks, Sean

3 Answers
Related