Skip to content

Commit

Permalink
Update sql-statement-create-user.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn committed Dec 8, 2022
1 parent 61b34fc commit 81edc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-statements/sql-statement-create-user.md
Expand Up @@ -61,7 +61,7 @@ Query OK, 1 row affected (0.02 sec)
Create a user who is required to use X.509 certificate at login.

```sql
CREATE USER 'newuser4'@'%' REQUIRE ISSUER '/C=US/ST=California/L=San Francisco/O=PingCAP' IDENTIFIED BY 'newuserpassword';
CREATE USER 'newuser4'@'%' IDENTIFIED BY 'newuserpassword' REQUIRE ISSUER '/C=US/ST=California/L=San Francisco/O=PingCAP';
Query OK, 1 row affected (0.02 sec)
```

Expand Down

0 comments on commit 81edc59

Please sign in to comment.