Skip to content

Commit 46730a1

Browse files
authored
Merge pull request #98400 from ajlam/master
K50 doc updates for mysql and mariadb
2 parents b08c75d + 873eb5f commit 46730a1

File tree

7 files changed

+55
-49
lines changed

7 files changed

+55
-49
lines changed

articles/mariadb/concepts-audit-logs.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mariadb
77
ms.topic: conceptual
8-
ms.date: 12/02/2019
8+
ms.date: 12/09/2019
99
---
1010

1111
# Audit Logs in Azure Database for MariaDB
@@ -22,6 +22,9 @@ By default the audit log is disabled. To enable it, set `audit_log_enabled` to O
2222
Other parameters you can adjust include:
2323

2424
- `audit_log_events`: controls the events to be logged. See below table for specific audit events.
25+
- `audit_log_include_users`: MariaDB users to be included for logging. The default value for this parameter is empty, which will include all the users for logging. This has higher priority over `audit_log_exclude_users`. Max length of the parameter is 512 characters.
26+
> [!Note]
27+
> `audit_log_include_users` has higher priority over `audit_log_exclude_users`. For example, if `audit_log_include_users` = `demouser` and `audit_log_exclude_users` = `demouser`, the user will be included in the audit logs because `audit_log_include_users` has higher priority.
2528
- `audit_log_exclude_users`: MariaDB users to be excluded from logging. Allows for at most four users. Max length of the parameter is 256 characters.
2629

2730
| **Event** | **Description** |

articles/mariadb/concepts-limits.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mariadb
77
ms.topic: conceptual
8-
ms.date: 12/02/2019
8+
ms.date: 12/09/2019
99
---
1010
# Limitations in Azure Database for MariaDB
1111
The following sections describe capacity, storage engine support, privilege support, data manipulation statement support, and functional limits in the database service.
@@ -17,17 +17,17 @@ The maximum number of connections per pricing tier and vCores are as follows:
1717
|---|---|---|
1818
|Basic| 1| 50|
1919
|Basic| 2| 100|
20-
|General Purpose| 2| 300|
21-
|General Purpose| 4| 625|
22-
|General Purpose| 8| 1250|
23-
|General Purpose| 16| 2500|
24-
|General Purpose| 32| 5000|
25-
|General Purpose| 64| 10000|
26-
|Memory Optimized| 2| 600|
27-
|Memory Optimized| 4| 1250|
28-
|Memory Optimized| 8| 2500|
29-
|Memory Optimized| 16| 5000|
30-
|Memory Optimized| 32| 10000|
20+
|General Purpose| 2| 600|
21+
|General Purpose| 4| 1250|
22+
|General Purpose| 8| 2500|
23+
|General Purpose| 16| 5000|
24+
|General Purpose| 32| 10000|
25+
|General Purpose| 64| 20000|
26+
|Memory Optimized| 2| 800|
27+
|Memory Optimized| 4| 2500|
28+
|Memory Optimized| 8| 5000|
29+
|Memory Optimized| 16| 10000|
30+
|Memory Optimized| 32| 20000|
3131

3232
When connections exceed the limit, you may receive the following error:
3333
> ERROR 1040 (08004): Too many connections

articles/mariadb/howto-server-parameters.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mariadb
77
ms.topic: conceptual
8-
ms.date: 12/05/2019
8+
ms.date: 12/9/2019
99
---
1010

1111
# How to configure server parameters in Azure Database for MariaDB by using the Azure portal
@@ -32,21 +32,21 @@ The list of supported server parameters is constantly growing. Use the server pa
3232

3333
InnoDB Buffer Pool and Max Connections are not configurable and tied to your [pricing tier](concepts-pricing-tiers.md).
3434

35-
|**Pricing Tier**| **vCore(s)**|**InnoDB Buffer Pool (MB)**| **Max Connections**|
36-
|---|---|---|---|
37-
|Basic| 1| 1024| 50|
38-
|Basic| 2| 2560| 100|
39-
|General Purpose| 2| 3584| 300|
40-
|General Purpose| 4| 7680| 625|
41-
|General Purpose| 8| 15360| 1250|
42-
|General Purpose| 16| 31232| 2500|
43-
|General Purpose| 32| 62976| 5000|
44-
|General Purpose| 64| 125952| 10000|
45-
|Memory Optimized| 2| 7168| 600|
46-
|Memory Optimized| 4| 15360| 1250|
47-
|Memory Optimized| 8| 30720| 2500|
48-
|Memory Optimized| 16| 62464| 5000|
49-
|Memory Optimized| 32| 125952| 10000|
35+
|**Pricing Tier**| **vCore(s)**|**InnoDB Buffer Pool (MB)**|
36+
|---|---|---|
37+
|Basic| 1| 1024|
38+
|Basic| 2| 2560|
39+
|General Purpose| 2| 3584|
40+
|General Purpose| 4| 7680|
41+
|General Purpose| 8| 15360|
42+
|General Purpose| 16| 31232|
43+
|General Purpose| 32| 62976|
44+
|General Purpose| 64| 125952|
45+
|Memory Optimized| 2| 7168|
46+
|Memory Optimized| 4| 15360|
47+
|Memory Optimized| 8| 30720|
48+
|Memory Optimized| 16| 62464|
49+
|Memory Optimized| 32| 125952|
5050

5151
These additional server parameters are not configurable in the system:
5252

articles/mysql/concepts-audit-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mysql
77
ms.topic: conceptual
8-
ms.date: 12/02/2019
8+
ms.date: 12/09/2019
99
---
1010

1111
# Audit Logs in Azure Database for MySQL
@@ -24,7 +24,7 @@ Other parameters you can adjust include:
2424
- `audit_log_events`: controls the events to be logged. See below table for specific audit events.
2525
- `audit_log_include_users`: MySQL users to be included for logging. The default value for this parameter is empty, which will include all the users for logging. This has higher priority over `audit_log_exclude_users`. Max length of the parameter is 512 characters.
2626
> [!Note]
27-
> `audit_log_include_users` has higher priority over `audit_log_exclude_users` for example If audit_log_include_users = `demouser` and audit_log_exclude_users = `demouser`, it will audit the logs because `audit_log_include_users` has higher priority.
27+
> `audit_log_include_users` has higher priority over `audit_log_exclude_users`. For example, if `audit_log_include_users` = `demouser` and `audit_log_exclude_users` = `demouser`, the user will be included in the audit logs because `audit_log_include_users` has higher priority.
2828
- `audit_log_exclude_users`: MySQL users to be excluded from logging. Max length of the parameter is 512 characters.
2929

3030
> [!Note]

articles/mysql/concepts-limits.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mysql
77
ms.topic: conceptual
8-
ms.date: 12/2/2019
8+
ms.date: 12/9/2019
99
---
1010
# Limitations in Azure Database for MySQL
1111
The following sections describe capacity, storage engine support, privilege support, data manipulation statement support, and functional limits in the database service. Also see [general limitations](https://dev.mysql.com/doc/mysql-reslimits-excerpt/5.6/en/limits.html) applicable to the MySQL database engine.
@@ -17,17 +17,17 @@ The maximum number of connections per pricing tier and vCores are as follows:
1717
|---|---|---|
1818
|Basic| 1| 50|
1919
|Basic| 2| 100|
20-
|General Purpose| 2| 300|
21-
|General Purpose| 4| 625|
22-
|General Purpose| 8| 1250|
23-
|General Purpose| 16| 2500|
24-
|General Purpose| 32| 5000|
25-
|General Purpose| 64| 10000|
26-
|Memory Optimized| 2| 600|
27-
|Memory Optimized| 4| 1250|
28-
|Memory Optimized| 8| 2500|
29-
|Memory Optimized| 16| 5000|
30-
|Memory Optimized| 32| 10000|
20+
|General Purpose| 2| 600|
21+
|General Purpose| 4| 1250|
22+
|General Purpose| 8| 2500|
23+
|General Purpose| 16| 5000|
24+
|General Purpose| 32| 10000|
25+
|General Purpose| 64| 20000|
26+
|Memory Optimized| 2| 1250|
27+
|Memory Optimized| 4| 2500|
28+
|Memory Optimized| 8| 5000|
29+
|Memory Optimized| 16| 10000|
30+
|Memory Optimized| 32| 20000|
3131

3232
When connections exceed the limit, you may receive the following error:
3333
> ERROR 1040 (08004): Too many connections

articles/mysql/concepts-server-logs.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mysql
77
ms.topic: conceptual
8-
ms.date: 05/29/2019
8+
ms.date: 12/09/2019
99
---
1010
# Slow query logs in Azure Database for MySQL
1111
In Azure Database for MySQL, the slow query log is available to users. Access to the transaction log is not supported. The slow query log can be used to identify performance bottlenecks for troubleshooting.
@@ -19,6 +19,8 @@ In the Azure portal, select your Azure Database for MySQL server. Under the **Mo
1919

2020
For more information on Azure CLI, see [Configure and access slow query logs using Azure CLI](howto-configure-server-logs-in-cli.md).
2121

22+
Similarly, you can pipe the logs to Azure Monitor using Diagnostic Logs. See [below](concepts-server-logs.md#diagnostic-logs) for more information.
23+
2224
## Log retention
2325
Logs are available for up to seven days from their creation. If the total size of the available logs exceeds 7 GB, then the oldest files are deleted until space is available.
2426

@@ -33,6 +35,7 @@ Other parameters you can adjust include:
3335
- **log_slow_admin_statements**: if ON includes administrative statements like ALTER_TABLE and ANALYZE_TABLE in the statements written to the slow_query_log.
3436
- **log_queries_not_using_indexes**: determines whether queries that do not use indexes are logged to the slow_query_log
3537
- **log_throttle_queries_not_using_indexes**: This parameter limits the number of non-index queries that can be written to the slow query log. This parameter takes effect when log_queries_not_using_indexes is set to ON.
38+
- **log_output**: if "File", allows the slow query log to be written to both the local server storage and to Azure Monitor Diagnostic Logs. If "None", the slow query log will only be written to the local server storage.
3639

3740
> [!Note]
3841
> For `sql_text`, log will be truncated if it exceeds 2048 characters.

articles/mysql/concepts-supported-versions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mysql
77
ms.topic: conceptual
8-
ms.date: 09/12/2019
8+
ms.date: 12/09/2019
99
---
1010
# Supported Azure Database for MySQL server versions
1111

@@ -20,15 +20,15 @@ Azure Database for MySQL currently supports the following versions:
2020

2121
## MySQL Version 5.6
2222

23-
Bug fix release: 5.6.44
23+
Bug fix release: 5.6.45
2424

25-
Refer to the MySQL [release notes](https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-44.html) to learn more about improvements and fixes in this version.
25+
Refer to the MySQL [release notes](https://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-45.html) to learn more about improvements and fixes in this version.
2626

2727
## MySQL Version 5.7
2828

29-
Bug fix release: 5.7.26
29+
Bug fix release: 5.7.27
3030

31-
Refer to the MySQL [release notes](https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-26.html) to learn more about improvements and fixes in this version.
31+
Refer to the MySQL [release notes](https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-27.html) to learn more about improvements and fixes in this version.
3232

3333
## MySQL Version 8.0
3434

0 commit comments

Comments
 (0)