当前位置:网站首页>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!!!
边栏推荐
- 技能大赛训练题:ftp 服务攻防与加固
- Introduction to the PartImageNet Semantic Part Segmentation dataset
- 49.【拷贝构造函数与重载】
- 关于MySQL主从复制的数据同步延迟问题
- leetcode:2032. Values that appear in at least two arrays
- VU 非父子组件通信
- Edge Cloud Explained in Simple Depth | 4. Lifecycle Management
- hyperf的启动源码分析(二)——请求如何到达控制器
- C# control ToolStripProgressBar usage
- C#控件 ToolStripProgressBar 用法
猜你喜欢
随机推荐
Six Stones Programming: No matter which function you think is useless, people who can use it will not be able to leave, so at least 99%
PHP Serialization: eval
An article makes it clear!What is the difference and connection between database and data warehouse?
C# List用法 List介绍
49.【拷贝构造函数与重载】
Introduction to the PartImageNet Semantic Part Segmentation dataset
文本相似度计算(中英文)详解实战
C#控件CheckBox的使用
The operator,
Shell脚本经典案例:文件的备份
P5019 [NOIP2018 提高组] 铺设道路
「面经分享」西北大学 | 字节 生活服务 | 一面二面三面 HR 面
基于去噪自编码器的故障隔离与识别方法
Four ways to clear the float and its principle understanding
ECCV 2022 | 机器人的交互感知与物体操作
C#中+=的用法
C#控件ListView用法
技能大赛训练题:ftp 服务攻防与加固
4.爬虫之Scrapy框架2数据解析&配置参数&数据持久化&提高Scrapy效率
滑窗法切分数据









