Merge pull request #726 from nailuoGG/master

fix sql
This commit is contained in:
CyC2018 2019-06-19 10:40:24 +08:00 committed by GitHub
commit 0a59ef70a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -721,7 +721,7 @@ CREATE USER myuser IDENTIFIED BY 'mypassword';
**修改账户名**
```sql
RENAME myuser TO newuser;
RENAME USER myuser TO newuser;
```
**删除账户**