Skip to content

Commit 90765fa

Browse files
committed
mariadb freshness
1 parent 5cf3485 commit 90765fa

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/mariadb/sample-scripts-azure-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: mariadb
77
ms.devlang: azurecli
88
ms.topic: sample
99
ms.custom: mvc
10-
ms.date: 12/02/2019
10+
ms.date: 3/18/2020
1111
---
1212
# Azure CLI samples for Azure Database for MariaDB
1313
The following table includes links to sample Azure CLI scripts for Azure Database for MariaDB.

articles/mariadb/select-right-deployment-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: kummanish
55
ms.author: manishku
66
ms.service: mariadb
77
ms.topic: conceptual
8-
ms.date: 12/02/2019
8+
ms.date: 3/18/2020
99
---
1010

1111
# Choose the right MariaDB Server option in Azure

articles/mariadb/tutorial-design-database-cli.md

Lines changed: 5 additions & 5 deletions
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: tutorial
9-
ms.date: 12/02/2019
9+
ms.date: 3/18/2020
1010
ms.custom: mvc
1111
---
1212

@@ -117,7 +117,7 @@ mysql -h mydemoserver.database.windows.net -u myadmin@mydemoserver -p
117117
```
118118

119119
## Create a blank database
120-
Once youre connected to the server, create a blank database.
120+
Once you're connected to the server, create a blank database.
121121
```sql
122122
mysql> CREATE DATABASE mysampledb;
123123
```
@@ -133,9 +133,9 @@ Now that you know how to connect to the Azure Database for MariaDB database, com
133133
First, create a table and load it with some data. Let's create a table that stores inventory information.
134134
```sql
135135
CREATE TABLE inventory (
136-
id serial PRIMARY KEY,
137-
name VARCHAR(50),
138-
quantity INTEGER
136+
id serial PRIMARY KEY,
137+
name VARCHAR(50),
138+
quantity INTEGER
139139
);
140140
```
141141

articles/mariadb/tutorial-design-database-using-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: mariadb
77
ms.topic: tutorial
8-
ms.date: 12/02/2019
8+
ms.date: 3/18/2020
99
ms.custom: mvc
1010
---
1111

0 commit comments

Comments
 (0)