This is an automated email from the ASF dual-hosted git repository.

rafael pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-docs-install.git


The following commit(s) were added to refs/heads/master by this push:
     new 72356e5  Updated MySQL documentation for Cloudstack management server 
install (#38)
72356e5 is described below

commit 72356e5323ec26a915c2ca8795e05a572bbe2b18
Author: James McClune <[email protected]>
AuthorDate: Thu Jul 12 08:17:33 2018 -0400

    Updated MySQL documentation for Cloudstack management server install (#38)
    
    Signed-off-by: James McClune <[email protected]>
---
 source/management-server/_database.rst | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/source/management-server/_database.rst 
b/source/management-server/_database.rst
index 4fd5f9c..cb892ae 100644
--- a/source/management-server/_database.rst
+++ b/source/management-server/_database.rst
@@ -62,6 +62,18 @@ MySQL. See :ref:`install-database-on-separate-node`.
       max_connections=350
       log-bin=mysql-bin
       binlog-format = 'ROW'
+   ..
+   
+   For Ubuntu 16.04 and later, make sure you specify a ``server-id`` in your 
``.cnf`` file for binary logging. Set the          ``server-id`` according to 
your database setup.
+    
+   .. sourcecode:: bash
+   
+      server-id=master-01
+      innodb_rollback_on_timeout=1
+      innodb_lock_wait_timeout=600
+      max_connections=350
+      log-bin=mysql-bin
+      binlog-format = 'ROW'
 
    .. note:: 
       You can also create a file ``/etc/mysql/conf.d/cloudstack.cnf`` 
@@ -374,4 +386,3 @@ same node for MySQL. See `“Install the Database on the 
Management Server Node
 
    You should get the output message “CloudStack Management Server setup is
    done.”
-

Reply via email to