Skip to content

Commit 8ca01b3

Browse files
authored
Merge pull request #108249 from ajlam/master
MySQL freshness 4
2 parents 5d0f514 + 8d7376b commit 8ca01b3

10 files changed

+20
-20
lines changed

articles/mysql/howto-configure-audit-logs-portal.md

Lines changed: 1 addition & 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: 3/18/2020
99
---
1010

1111
# Configure and access audit logs for Azure Database for MySQL in the Azure portal

articles/mysql/howto-configure-server-logs-in-cli.md

Lines changed: 1 addition & 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: 3/18/2020
1010
---
1111
# Configure and access slow query logs by using Azure CLI
1212
You can download the Azure Database for MySQL slow query logs by using Azure CLI, the Azure command-line utility.

articles/mysql/howto-configure-server-logs-in-portal.md

Lines changed: 1 addition & 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: 3/18/2020
99
---
1010

1111
# Configure and access slow query logs from the Azure portal

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

Lines changed: 1 addition & 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/05/2019
9+
ms.date: 3/18/2020
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.

articles/mysql/howto-configure-ssl.md

Lines changed: 1 addition & 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/05/2019
8+
ms.date: 3/18/2020
99
---
1010
# Configure SSL connectivity in your application to securely connect to Azure Database for MySQL
1111
Azure Database for MySQL supports connecting your Azure Database for MySQL server to client applications using Secure Sockets Layer (SSL). Enforcing SSL connections between your database server and your client applications helps protect against "man in the middle" attacks by encrypting the data stream between the server and your application.

articles/mysql/howto-connect-webapp.md

Lines changed: 1 addition & 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: 3/18/2020
99
---
1010

1111
# Connect an existing Azure App Service to Azure Database for MySQL server

articles/mysql/howto-connection-string.md

Lines changed: 1 addition & 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: 3/18/2020
99
---
1010

1111
# How to connect applications to Azure Database for MySQL

articles/mysql/howto-create-manage-server-portal.md

Lines changed: 1 addition & 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: 3/18/2020
99
---
1010

1111
# Manage an Azure Database for MySQL server using the Azure portal

articles/mysql/howto-create-users.md

Lines changed: 1 addition & 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: 3/18/2020
99
---
1010

1111
# Create users in Azure Database for MySQL server

articles/mysql/howto-data-in-replication.md

Lines changed: 11 additions & 11 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: 3/18/2020
99
---
1010

1111
# How to configure Azure Database for MySQL Data-in Replication
@@ -39,9 +39,9 @@ The following steps prepare and configure the MySQL server hosted on-premises, i
3939
SHOW VARIABLES LIKE 'log_bin';
4040
```
4141

42-
If the variable [`log_bin`](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_log_bin) is returned with the value ON", binary logging is enabled on your server.
42+
If the variable [`log_bin`](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_log_bin) is returned with the value "ON", binary logging is enabled on your server.
4343

44-
If `log_bin` is returned with the value OFF, turn on binary logging by editing your my.cnf file so that `log_bin=ON` and restart your server for the change to take effect.
44+
If `log_bin` is returned with the value "OFF", turn on binary logging by editing your my.cnf file so that `log_bin=ON` and restart your server for the change to take effect.
4545

4646
2. Master server settings
4747

@@ -104,7 +104,7 @@ The following steps prepare and configure the MySQL server hosted on-premises, i
104104
5. Get binary log file name and offset
105105

106106
Run the [`show master status`](https://dev.mysql.com/doc/refman/5.7/en/show-master-status.html) command to determine the current binary log file name and offset.
107-
107+
108108
```sql
109109
show master status;
110110
```
@@ -148,7 +148,7 @@ The following steps prepare and configure the MySQL server hosted on-premises, i
148148
- master_password: password for the master server
149149
- master_log_file: binary log file name from running `show master status`
150150
- master_log_pos: binary log position from running `show master status`
151-
- master_ssl_ca: CA certificates context. If not using SSL, pass in empty string.
151+
- master_ssl_ca: CA certificate's context. If not using SSL, pass in empty string.
152152
- It is recommended to pass this parameter in as a variable. See the following examples for more information.
153153

154154
> [!NOTE]
@@ -162,18 +162,18 @@ The following steps prepare and configure the MySQL server hosted on-premises, i
162162

163163
```sql
164164
SET @cert = '-----BEGIN CERTIFICATE-----
165-
PLACE YOUR PUBLIC KEY CERTIFICATES CONTEXT HERE
165+
PLACE YOUR PUBLIC KEY CERTIFICATE'S CONTEXT HERE
166166
-----END CERTIFICATE-----'
167167
```
168168

169-
Replication with SSL is set up between a master server hosted in the domain companya.com and a replica server hosted in Azure Database for MySQL. This stored procedure is run on the replica.
169+
Replication with SSL is set up between a master server hosted in the domain "companya.com" and a replica server hosted in Azure Database for MySQL. This stored procedure is run on the replica.
170170

171171
```sql
172172
CALL mysql.az_replication_change_master('master.companya.com', 'syncuser', 'P@ssword!', 3306, 'mysql-bin.000002', 120, @cert);
173173
```
174174
*Replication without SSL*
175175

176-
Replication without SSL is set up between a master server hosted in the domain companya.com and a replica server hosted in Azure Database for MySQL. This stored procedure is run on the replica.
176+
Replication without SSL is set up between a master server hosted in the domain "companya.com" and a replica server hosted in Azure Database for MySQL. This stored procedure is run on the replica.
177177

178178
```sql
179179
CALL mysql.az_replication_change_master('master.companya.com', 'syncuser', 'P@ssword!', 3306, 'mysql-bin.000002', 120, '');
@@ -190,12 +190,12 @@ The following steps prepare and configure the MySQL server hosted on-premises, i
190190
1. Check replication status
191191

192192
Call the [`show slave status`](https://dev.mysql.com/doc/refman/5.7/en/show-slave-status.html) command on the replica server to view the replication status.
193-
193+
194194
```sql
195195
show slave status;
196196
```
197197

198-
If the state of `Slave_IO_Running` and `Slave_SQL_Running` are "yes" and the value of `Seconds_Behind_Master` is “0”, replication is working well. `Seconds_Behind_Master` indicates how late the replica is. If the value is not "0", it means that the replica is processing updates.
198+
If the state of `Slave_IO_Running` and `Slave_SQL_Running` are "yes" and the value of `Seconds_Behind_Master` is "0", replication is working well. `Seconds_Behind_Master` indicates how late the replica is. If the value is not "0", it means that the replica is processing updates.
199199

200200
## Other stored procedures
201201

@@ -218,7 +218,7 @@ CALL mysql.az_replication_remove_master;
218218
### Skip replication error
219219

220220
To skip a replication error and allow replication to proceed, use the following stored procedure:
221-
221+
222222
```sql
223223
CALL mysql.az_replication_skip_counter;
224224
```

0 commit comments

Comments
 (0)