[Erp5-report] r40935 jm - /erp5/trunk/utils/erp5.recipe.mysqlserver/src/erp5/recipe/mysqlse...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Nov 30 17:48:54 CET 2010
Author: jm
Date: Tue Nov 30 17:48:54 2010
New Revision: 40935
URL: http://svn.erp5.org?rev=40935&view=rev
Log:
erp5.recipe.mysqlserver: leave binary logging disabled by default
Modified:
erp5/trunk/utils/erp5.recipe.mysqlserver/src/erp5/recipe/mysqlserver/my.cnf.in
Modified: erp5/trunk/utils/erp5.recipe.mysqlserver/src/erp5/recipe/mysqlserver/my.cnf.in
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.recipe.mysqlserver/src/erp5/recipe/mysqlserver/my.cnf.in?rev=40935&r1=40934&r2=40935&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.recipe.mysqlserver/src/erp5/recipe/mysqlserver/my.cnf.in [utf8] (original)
+++ erp5/trunk/utils/erp5.recipe.mysqlserver/src/erp5/recipe/mysqlserver/my.cnf.in [utf8] Tue Nov 30 17:48:54 2010
@@ -26,8 +26,9 @@ bind-address = ${mysql_host}
max_allowed_packet = 128M
query_cache_size = 32M
-# binary logging is required for replication
-log-bin=mysql-bin
+# Uncomment the following if you need binary logging, which is recommended
+# on production instances (either for replication or incremental backups).
+#log-bin=mysql-bin
# Force utf8 usage
collation_server = utf8_unicode_ci
More information about the Erp5-report
mailing list