当前位置:网站首页>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!!!
边栏推荐
- Solution for browser hijacking by hao360
- 网络协议及相关技术详解
- STM32的CAN过滤器
- 六石编程学:不论是哪个功能,你觉得再没用,会用的人都离不了,所以至少要做到99%
- PHP Serialization: eval
- Detailed explanation of network protocols and related technologies
- Four ways to clear the float and its principle understanding
- Selenium IDE for Selenium Automation Testing
- 技能大赛训练题:MS15_034漏洞验证与安全加固
- Even if the image is missing in a large area, it can also be repaired realistically. The new model CM-GAN takes into account the global structure and texture details
猜你喜欢

go使用makefile脚本编译应用

CodeIgniter 打开错误日志

技能大赛训练题:ftp 服务攻防与加固

一篇文章讲清楚!数据库和数据仓库到底有什么区别和联系?

网络协议及相关技术详解

PartImageNet物体部件分割(Semantic Part Segmentation)数据集介绍

Error: npm ERR code EPERM

Even if the image is missing in a large area, it can also be repaired realistically. The new model CM-GAN takes into account the global structure and texture details

AWS实现定时任务-Lambda+EventBridge

C#使用ComboBox控件
随机推荐
VU 非父子组件通信
报错:npm ERR code EPERM
Even if the image is missing in a large area, it can also be repaired realistically. The new model CM-GAN takes into account the global structure and texture details
Sliding window method to segment data
The importance of strategic offensive capability is much higher than strategic defensive capability
Shell脚本经典案例:文件的备份
全局平均池化层替代全连接层(最大池化和平均池化的区别)
战略进攻能力的重要性,要远远高于战略防守能力
Istio微服务治理网格的全方面可视化监控(微服务架构展示、资源监控、流量监控、链路监控)
报错IDEA Terminated with exit code 1
一篇文章讲清楚!数据库和数据仓库到底有什么区别和联系?
Linux bash: redis-server: 未找到命令
SetoolKit使用指南
Error: npm ERR code EPERM
STM32的CAN过滤器
ADS communicate with c #
六石编程学:不论是哪个功能,你觉得再没用,会用的人都离不了,所以至少要做到99%
LeetCode·每日一题·1161.最大层内元素和·层次遍历
Productivity Tools and Plugins
What should I do if selenium is reversed?