You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/installguide/management-server/_database.rst
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -64,20 +64,20 @@ MySQL. See :ref:`install-database-on-separate-node`.
64
64
innodb_rollback_on_timeout=1
65
65
innodb_lock_wait_timeout=600
66
66
max_connections=350
67
-
log_bin=mysql-bin
68
-
binlog_format=ROW
67
+
log-bin=mysql-bin
68
+
binlog-format = 'ROW'
69
69
70
70
.. note::
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.
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.
72
72
73
73
.. parsed-literal::
74
74
75
-
server_id=source-01
75
+
server-id=source-01
76
76
innodb_rollback_on_timeout=1
77
77
innodb_lock_wait_timeout=600
78
78
max_connections=350
79
-
log_bin=mysql-bin
80
-
binlog_format=ROW
79
+
log-bin=mysql-bin
80
+
binlog-format = 'ROW'
81
81
82
82
.. note::
83
83
You can also create a file ``/etc/mysql/conf.d/cloudstack.cnf``
@@ -328,9 +328,9 @@ same node for MySQL. See `“Install the Database on the Management Server Node
328
328
innodb_rollback_on_timeout=1
329
329
innodb_lock_wait_timeout=600
330
330
max_connections=700
331
-
log_bin=mysql-bin
332
-
binlog_format=ROW
333
-
bind-address=0.0.0.0
331
+
log-bin=mysql-bin
332
+
binlog-format = 'ROW'
333
+
bind-address = 0.0.0.0
334
334
335
335
#. Start or restart MySQL to put the new configuration into effect.
0 commit comments