first commit
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-12-20 21:15:25 +08:00
commit 9bd08c819e
109 changed files with 9272 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
> 本文作者:丁辉
# Python 连接 Mysql 发生错误
**报错:**
<img src="https://minio.offends.cn:9000/offends/images/mysql.png" style="zoom: 50%;" />
**问题解决方案:**
```bash
ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY 'password';
```
完美解决