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: articles/mariadb/howto-server-parameters.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: ajlam
5
5
ms.author: andrela
6
6
ms.service: mariadb
7
7
ms.topic: conceptual
8
-
ms.date: 4/1/2020
8
+
ms.date: 4/16/2020
9
9
---
10
10
11
11
# How to configure server parameters in Azure Database for MariaDB by using the Azure portal
@@ -55,7 +55,8 @@ These additional server parameters are not configurable in the system:
55
55
|innodb_file_per_table in Basic tier|OFF|
56
56
|innodb_flush_log_at_trx_commit|1|
57
57
|sync_binlog|1|
58
-
|innodb_log_file_size|512MB|
58
+
|innodb_log_file_size|256MB|
59
+
|innodb_log_files_in_group|2|
59
60
60
61
Other server parameters that are not listed here are set to their MariaDB out-of-box default values for [MariaDB](https://mariadb.com/kb/en/library/xtradbinnodb-server-system-variables/).
Copy file name to clipboardExpand all lines: articles/mysql/howto-server-parameters.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: ajlam
5
5
ms.author: andrela
6
6
ms.service: mysql
7
7
ms.topic: conceptual
8
-
ms.date: 4/1/2020
8
+
ms.date: 4/16/2020
9
9
---
10
10
11
11
# How to configure server parameters in Azure Database for MySQL by using the Azure portal
@@ -55,7 +55,8 @@ These additional server parameters are not configurable in the system:
55
55
|innodb_file_per_table in Basic tier|OFF|
56
56
|innodb_flush_log_at_trx_commit|1|
57
57
|sync_binlog|1|
58
-
|innodb_log_file_size|512MB|
58
+
|innodb_log_file_size|256MB|
59
+
|innodb_log_files_in_group|2|
59
60
60
61
Other server parameters that are not listed here are set to their MySQL out-of-box default values for versions [5.7](https://dev.mysql.com/doc/refman/5.7/en/innodb-parameters.html) and [5.6](https://dev.mysql.com/doc/refman/5.6/en/innodb-parameters.html).
0 commit comments