Skip to content

Commit 22180ca

Browse files
authored
Update howto-create-users.md
1 parent c5a3f14 commit 22180ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/mysql/howto-create-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ After you create an Azure Database for MySQL server, you can use the first serve
4848
CREATE DATABASE testdb;
4949
```
5050

51-
## Create a non-dmin user
51+
## Create a non-admin user
5252
Now that the database is created , you can create with a non-admin user with the ``` CREATE USER``` MySQL statement.
5353
``` sql
5454
CREATE USER 'db_user'@'%' IDENTIFIED BY 'StrongPassword!';

0 commit comments

Comments
 (0)