当前位置:网站首页>Resolved (pymysqL connect to the database error) pymysqL. Err. ProgrammingError: (1146, "Table" test. Students' doesn 't exist ")
Resolved (pymysqL connect to the database error) pymysqL. Err. ProgrammingError: (1146, "Table" test. Students' doesn 't exist ")
2022-07-31 13:48:00 【no envy】
Solved (pymysql connection to database error) pymysql.err.ProgrammingError: (1146, "Table 'test.students' doesn't exist")
Article table of contents
Error message
A small friend of a fan group uses pymysql to connect to the question raised by the database city:
Error screenshot:
Error message:
raise errorclass (errno ,errval)pymysqL.err.ProgrammingError: (1146, "Table 'test.students' doesn't exist")
Error translation
Error content translation:
raise errorlevel(errno, error)
pymysql.err.programming error: (1146, "Table 'test.student' does not exist")
Reason for error
Reason for error: The data table linked by fans with pymysql does not exist
Workaround
Look carefully at the database he screenshots, only the cnn table, and no students table:
You can modify the table name of the code connection!!!
边栏推荐
- The importance of strategic offensive capability is much higher than strategic defensive capability
- 技能大赛dhcp服务训练题
- C#控件ListView用法
- SetoolKit使用指南
- CodeIgniter 打开错误日志
- The pre-sale of the new Hyundai Paristi is open, and safety and comfort are not lost
- Install the latest pytorch gpu version
- csdn发文助手问题
- 动作捕捉系统用于柔性机械臂的末端定位控制
- 最新完整代码:使用word2vec预训练模型进行增量训练(两种保存方式对应的两种加载方式)适用gensim各种版本
猜你喜欢
随机推荐
Edge Cloud Explained in Simple Depth | 4. Lifecycle Management
C语言基础练(九九乘法表)与打印不同星号图案
IDEA can't find the Database solution
Controller层代码这么写,简洁又优雅!
Buffer 与 拥塞控制
百度网盘安装在c盘显示系统权限限制的解决方法
Open Inventor 10.12 重大改进--和谐版
Selenium自动化测试之Selenium IDE
hyperf的启动源码分析(二)——请求如何到达控制器
C#使用ComboBox控件
PartImageNet物体部件分割(Semantic Part Segmentation)数据集介绍
Save and load numpy matrices and vectors, and use the saved vectors for similarity calculation
Introduction to the PartImageNet Semantic Part Segmentation dataset
numpy矩阵和向量的保存与加载,以及使用保存的向量进行相似度计算
C#高级--委托
C#使用NumericUpDown控件
leetcode:2032. 至少在两个数组中出现的值
C#获得网卡信息 NetworkInterface IPInterfaceProperties
网络层重点协议——IP协议
动作捕捉系统用于柔性机械臂的末端定位控制