Updated MySQL documentation for Cloudstack management server install (#38)

Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net>
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 @@
       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 @@
 
    You should get the output message “CloudStack Management Server setup is
    done.”
-