auto commit

This commit is contained in:
CyC2018
2019-06-19 11:58:53 +08:00
parent 33b88b8520
commit 10af2cb714
6 changed files with 13 additions and 14 deletions

View File

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