当前位置:网站首页>Replace Django database with MySQL (attributeerror: 'STR' object has no attribute 'decode')
Replace Django database with MySQL (attributeerror: 'STR' object has no attribute 'decode')
2022-07-02 06:02:00 【I'm not big head】
1. install
pip3 install pymsql
2. Look for any one __init__ File plus the following code
import pymysql
pymysql.install_as_MySQLdb()
3. settings.py Configuration replacement
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'mysql',
'USER': 'root',
'PASSWORD': 'foobared',
'HOST': '106.14.42.253',
'PORT': 'xxx',
}
}
4. If the following error is reported , Just modify the source code (django2.2x Replace above mysql Will report a mistake , normal )
AttributeError: 'str' object has no attribute 'decode'
5. terms of settlement
Then re execute the database synchronization instruction
边栏推荐
- DRM display framework as I understand it
- Unity shader learning notes (3) URP rendering pipeline shaded PBR shader template (ASE optimized version)
- PHP gets CPU usage, hard disk usage, and memory usage
- 神机百炼3.54-染色法判定二分图
- STC8H8K系列汇编和C51实战——数码管显示ADC、按键串口回复按键号与ADC数值
- Shenji Bailian 3.54-dichotomy of dyeing judgment
- 脑与认知神经科学Matlab Psytoolbox认知科学实验设计——实验设计四
- 在uni-app中引入uView
- 运动健身的一些心得经验
- ESP8266与STC8H8K单片机联动——天气时钟
猜你喜欢
Ti millimeter wave radar learning (I)
15 C language advanced dynamic memory management
如何使用MITMPROXy
Eco express micro engine system has supported one click deployment to cloud hosting
Practice C language advanced address book design
Unity shader learning notes (3) URP rendering pipeline shaded PBR shader template (ASE optimized version)
File contains vulnerabilities (II)
[PHP是否安装了 SOAP 扩]对于php实现soap代理的一个常见问题:Class ‘SoapClient‘ not found in PHP的处理方法
数据回放伴侣Rviz+plotjuggler
Matplotlib double Y axis + adjust legend position
随机推荐
Shenji Bailian 3.54-dichotomy of dyeing judgment
php读文件(读取文件内含有某字符串的指定行)
JWT tool class
500. 键盘行
Several keywords in C language
[PHP是否安装了 SOAP 扩]对于php实现soap代理的一个常见问题:Class ‘SoapClient‘ not found in PHP的处理方法
Vscode paste image plugin saves image path settings
Deep learning classification network -- Network in network
神机百炼3.52-Prim
Web page user step-by-step operation guide plug-in driver js
Error creating bean with name 'instanceoperatorclientimpl' defined in URL when Nacos starts
How to change the IP address of computer mobile phone simulator
Stc8h8k Series Assembly and c51 Real combat - NIXIE TUBE displays ADC, Key Series port reply Key number and ADC value
TypeScript的泛型和泛型约束
ZABBIX server trap command injection vulnerability (cve-2017-2824)
经典文献阅读之--Deformable DETR
php继承(extends)
Redis Key-Value数据库【初级】
[C language] screening method for prime numbers
Stc8h8k series assembly and C51 actual combat - keys allow key counting (using falling edge interrupt control)