Skip to content

Commit 165bf53

Browse files
committed
add server restart to time zone mysql and mariadb
1 parent d913da8 commit 165bf53

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

articles/mariadb/howto-configure-server-parameters-cli.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: andrela
66
ms.service: mariadb
77
ms.devlang: azurecli
88
ms.topic: conceptual
9-
ms.date: 12/02/2019
9+
ms.date: 12/05/2019
1010
---
1111
# Customize server configuration parameters by using Azure CLI
1212
You can list, show, and update configuration parameters for an Azure Database for MariaDB server by using Azure CLI, the Azure command-line utility. A subset of engine configurations is exposed at the server-level and can be modified.
@@ -62,6 +62,9 @@ The time zone tables on your server can be populated by calling the `az_load_tim
6262
CALL mysql.az_load_timezone();
6363
```
6464

65+
> [!IMPORTANT]
66+
> You should restart the server to ensure the time zone tables are properly populated. To restart the server, use the [Azure portal](howto-restart-server-portal.md) or [CLI](howto-restart-server-cli).
67+
6568
To view available time zone values, run the following command:
6669

6770
```sql

articles/mariadb/howto-server-parameters.md

Lines changed: 3 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/05/2019
99
---
1010

1111
# How to configure server parameters in Azure Database for MariaDB by using the Azure portal
@@ -72,6 +72,8 @@ The time zone tables on your server can be populated by calling the `az_load_tim
7272
CALL mysql.az_load_timezone();
7373
```
7474

75+
> [!IMPORTANT]
76+
> You should restart the server to ensure the time zone tables are properly populated. To restart the server, use the [Azure portal](howto-restart-server-portal.md) or [CLI](howto-restart-server-cli).
7577
To view available time zone values, run the following command:
7678

7779
```sql

articles/mysql/howto-configure-server-parameters-using-cli.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: andrela
66
ms.service: mysql
77
ms.devlang: azurecli
88
ms.topic: conceptual
9-
ms.date: 12/02/2019
9+
ms.date: 12/05/2019
1010
---
1111
# Customize server parameters by using Azure CLI
1212
You can list, show, and update configuration parameters for an Azure Database for MySQL server by using Azure CLI, the Azure command-line utility. A subset of engine configurations is exposed at the server-level and can be modified.
@@ -58,6 +58,9 @@ The time zone tables on your server can be populated by calling the `az_load_tim
5858
CALL mysql.az_load_timezone();
5959
```
6060

61+
> [!IMPORTANT]
62+
> You should restart the server to ensure the time zone tables are properly populated. To restart the server, use the [Azure portal](howto-restart-server-portal.md) or [CLI](howto-restart-server-cli).
63+
6164
To view available time zone values, run the following command:
6265

6366
```sql

articles/mysql/howto-server-parameters.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: 12/02/2019
8+
ms.date: 12/05/2019
99
---
1010

1111
# How to configure server parameters in Azure Database for MySQL by using the Azure portal
@@ -72,6 +72,9 @@ The time zone tables on your server can be populated by calling the `az_load_tim
7272
CALL mysql.az_load_timezone();
7373
```
7474

75+
> [!IMPORTANT]
76+
> You should restart the server to ensure the time zone tables are properly populated. To restart the server, use the [Azure portal](howto-restart-server-portal.md) or [CLI](howto-restart-server-cli).
77+
7578
To view available time zone values, run the following command:
7679

7780
```sql

0 commit comments

Comments
 (0)