diff options
Diffstat (limited to 'abs/core/mysql/my.cnf')
-rwxr-xr-x | abs/core/mysql/my.cnf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/mysql/my.cnf b/abs/core/mysql/my.cnf index 457a750..6d24cfa 100755 --- a/abs/core/mysql/my.cnf +++ b/abs/core/mysql/my.cnf @@ -54,10 +54,10 @@ join_buffer_size = 128K # Replication Master Server (default) # binary logging is required for replication -log-bin=mysql-bin +#log-bin=mysql-bin # binary logging format - mixed recommended -binlog_format=mixed +#binlog_format=mixed # required unique id between 1 and 2^32 - 1 # defaults to 1 if master-host is not set |