MySql教程

django 启动mysql加载错误信息

本文主要是介绍django 启动mysql加载错误信息,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

https://cloud.tencent.com/developer/article/1594506
https://blog.csdn.net/qq_36274515/article/details/89043481

\__init__.py
import pymysql
pymysql.install_as_MySQLdb()

venv\lib\site-packages\django\db\backends\mysql\operations.py", line 146, in last_executed_query
    query = query.decode(errors='replace')
AttributeError: 'str' object has no attribute 'decode'
这篇关于django 启动mysql加载错误信息的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!