Top "Binary-log" questions

How do i run a query in MYSQL without writing it to the binary log

I want to run an import of a large file into MySQL. However, I don't want it written to the …

mysql import replication binary-log
Is it safe to delete rotated MySQL binary logs?

I have a MySQL server with binary logging active. Once a day logs file is "rotated", i.e. MySQL seems …

mysql binary-log
How to compute log base 2 using bitwise operators?

I need to compute the log base 2 of a number in C but I cannot use the math library. The …

c bit-manipulation logarithm binary-log
MAMP Mysql Error - Failed to open log

I've been working with a MAMP installation for several weeks now, and when I started it up today it would …

mysql mamp error-log binary-log
how to exclude some tables from being binlogged in mysql?

I need to exclude some files from being logged in the binary log to avoid wasting my network bandwidth and …

mysql drupal replication binary-log