Fix typo
This commit is contained in:
parent
f84b140418
commit
10af581420
@ -763,7 +763,7 @@ REVOKE SELECT, INSERT ON mydatabase.* FROM myuser;
|
|||||||
必须使用 Password() 函数进行加密。
|
必须使用 Password() 函数进行加密。
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
SET PASSWROD FOR myuser = Password('new_password');
|
SET PASSWORD FOR myuser = Password('new_password');
|
||||||
```
|
```
|
||||||
|
|
||||||
# 参考资料
|
# 参考资料
|
||||||
|
Loading…
x
Reference in New Issue
Block a user