当前位置:网站首页>Django reports an error using pymsql module django.db.utils.operationalerror
Django reports an error using pymsql module django.db.utils.operationalerror
2022-07-29 01:24:00 【Struggling migrant workers】
List of articles
background
hold Django Module used mysql Connection module from mysqlclient Module changed to pymsql after , This error occurred .
reason
MySQL8.0 The password encryption method used in the above version has changed , Need to change settings
solve
stay MySQL The visualization tool of runs the following SQL sentence , I use it workbench
alter user 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY ' Your password ';
FLUSH PRIVILEGES;
边栏推荐
- Beginner's Guide to electronic bidding
- Naver 三方登录
- A new generation of ultra safe cellular battery, Sihao aipao, is on the market, starting from 139900
- vm options、program arguments、environment property
- Flink SQL Hudi 实战
- Hilbert transform and instantaneous frequency
- Google Play APK 上传其他国际应用商店
- 可视化全链路日志追踪
- Thread lock and its ascending and descending levels
- 如何处理项目中的时间、范围和成本限制?
猜你喜欢

Canal real-time parsing MySQL binlog data practice
![[idea] where to use the query field](/img/63/f95868907364fc949885c67c34ba32.png)
[idea] where to use the query field

Flink SQL Hudi 实战

【Leetcode-滑动窗口问题】

Time series prediction | MATLAB realizes time series prediction of TCN time convolution neural network

ACM SIGIR 2022 | interpretation of selected papers of meituan technical team

Flink SQL Hudi actual combat

Deep learning | matlab implementation of TCN time convolution neural network spatialdropoutlayer parameter description

Teach you a text to solve the problem of JS digital accuracy loss

Canal实时解析mysql binlog数据实战
随机推荐
面试官:程序员,请你告诉我是谁把公司面试题泄露给你的?
Hilbert 变换与瞬时频率
Synchronized keyword details
括号匹配的检验
nep 2022 cat
Flink Postgres CDC
Univariate function integration 1__ Indefinite integral
ActiveMQ basic details
Spark 3.0 中七个必须知道的 SQL 性能优化
北京护照西班牙语翻译推荐
Time series prediction | MATLAB realizes time series prediction of TCN time convolution neural network
Expression evaluation
[MySQL] historical cumulative de duplication of multiple indicators
How to implement the time impact analysis of the construction project?
mysql 创建索引的三种方式
Tupu software appeared at the 2022 Fuzhou digital Expo to jointly create a new digital era
ThinkPHP high imitation blue cloud disk system program
Naver three party login
【SQL之降龙十八掌】01——亢龙有悔:入门10题
Canal实时解析mysql binlog数据实战