Skip to content

Commit aca1381

Browse files
authored
Update _database.rst
1 parent 05641a2 commit aca1381

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

source/installguide/management-server/_database.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,20 +64,20 @@ MySQL. See :ref:`install-database-on-separate-node`.
6464
innodb_rollback_on_timeout=1
6565
innodb_lock_wait_timeout=600
6666
max_connections=350
67-
log-bin=mysql-bin
68-
binlog-format = 'ROW'
67+
log_bin=mysql-bin
68+
binlog_format=ROW
6969
7070
.. note::
71-
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.
71+
For Ubuntu 16.04 and later, make sure you specify a ``server_id`` in your ``/etc/mysql/mysql.conf.d/mysqld.cnf`` file for binary logging. Set the ``server_id`` according to your database setup.
7272

7373
.. parsed-literal::
7474
75-
server-id=source-01
75+
server_id=source-01
7676
innodb_rollback_on_timeout=1
7777
innodb_lock_wait_timeout=600
7878
max_connections=350
79-
log-bin=mysql-bin
80-
binlog-format = 'ROW'
79+
log_bin=mysql-bin
80+
binlog_format=ROW
8181
8282
.. note::
8383
You can also create a file ``/etc/mysql/conf.d/cloudstack.cnf``
@@ -328,8 +328,8 @@ same node for MySQL. See `“Install the Database on the Management Server Node
328328
innodb_rollback_on_timeout=1
329329
innodb_lock_wait_timeout=600
330330
max_connections=700
331-
log-bin=mysql-bin
332-
binlog-format = 'ROW'
331+
log_bin=mysql-bin
332+
binlog_format = 'ROW'
333333
bind-address = 0.0.0.0
334334
335335
#. Start or restart MySQL to put the new configuration into effect.

0 commit comments

Comments
 (0)