Files
Linux/问题记录/Python连接Mysql发生错误.md
offends 6165fb97a5
All checks were successful
continuous-integration/drone Build is passing
first commit
2025-12-13 17:57:17 +08:00

289 B

本文作者:丁辉

Python 连接 Mysql 发生错误

报错:

问题解决方案:

ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY 'password';

完美解决