auto commit

This commit is contained in:
CyC2018
2018-03-03 23:29:22 +08:00
parent b850b23cab
commit 15473637d1
17 changed files with 248 additions and 248 deletions

View File

@ -701,7 +701,7 @@ DROP USER myuser;
```sql
SHOW GRANTS FOR myuser;
```
<div align="center"> <img src="https://github.com/CyC2018/InterviewNotes/blob/master/pics//c73aa08e-a987-43c9-92be-adea4a884c25.png"/> </div>
<div align="center"> <img src="https://github.com/CyC2018/InterviewNotes/blob/master/pics//c73aa08e-a987-43c9-92be-adea4a884c25.png"/> </div><br>
账户用 username@host 的形式定义username@% 使用的是默认主机名。