gibney.org
:
Technology
:
Programming
:
SQL
:
Disable MySql binlog
search:
See as:
raw
|
code
terms of service
|
imprint
gibney.org
is powered by
m1d1
Disable MySql binlog
(Entry Nr. 197, by user 1 |
edit
)
Per default, mysql is started via /etc/init.d/mysql. A huge script, that does i dont know what. We successfully start mysql like this:
mysqld --disable-binlog-do-db
This disables all writes to the binlog.
Create a new entry at this position