当前位置:网站首页>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!!!
边栏推荐
猜你喜欢

MySQL has played to such a degree, no wonder the big manufacturers are rushing to ask for it!

已解决(pymysqL连接数据库报错)pymysqL.err.ProgrammingError: (1146,“Table ‘test.students‘ doesn‘t exist“)

go使用makefile脚本编译应用

LeetCode·304竞赛·6132·使数组中所有元素都等于零·模拟·哈希

报错:npm ERR code EPERM

golang-gin-pprof-使用以及安全问题

4.爬虫之Scrapy框架2数据解析&配置参数&数据持久化&提高Scrapy效率

技能大赛训练题:登录安全加固

For enterprises in the digital age, data governance is difficult, but it should be done

Edge Cloud Explained in Simple Depth | 4. Lifecycle Management
随机推荐
多智能体协同控制研究中光学动作捕捉与UWB定位技术比较
Unity学习笔记 关于AVPro视频跳转功能(Seeking)的说明
The use of C# control CheckBox
使用NVM进行node版本切换管理
C# using NumericUpDown control
技能大赛训练题:域用户和组织单元的创建
对数字化时代的企业来说,数据治理难做,但应该去做
C# List用法 List介绍
golang-gin-pprof-使用以及安全问题
matlab as(assert dominance)
Use of C# Assembly
机器学习模型验证:被低估的重要一环
关于MySQL主从复制的数据同步延迟问题
49.【拷贝构造函数与重载】
技能大赛训练题:MS15_034漏洞验证与安全加固
C#控件CheckBox的使用
ECCV 2022 | 机器人的交互感知与物体操作
C#Assembly的使用
「面经分享」西北大学 | 字节 生活服务 | 一面二面三面 HR 面
20.nn.Module