This commit is contained in:
BAKEZQ 2020-01-12 18:50:41 +08:00 committed by GitHub
parent f84b140418
commit 10af581420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -763,7 +763,7 @@ REVOKE SELECT, INSERT ON mydatabase.* FROM myuser;
必须使用 Password() 函数进行加密
```sql
SET PASSWROD FOR myuser = Password('new_password');
SET PASSWORD FOR myuser = Password('new_password');
```
# 参考资料