Mysql – Enable binary logging MySQL

binaryloggingMySQL

How exactly can I enable binary logging on MySQL server. Conf.file? Server Startup Parameter? If possible give me an example.

Best Answer

You can start the server with the --log-bin option.

The MySQL documentation will cover the details if you need more information.