已解决EROR 1064 (42000): You have an error in. your SOL syntax. check the manual that corresponds to your MySQL server version


文章目录

  • 报错代码
  • 报错翻译
  • 报错原因
  • 解决方法
  • 帮忙解决

报错代码

粉丝群里的一个小伙伴,用SQL插入新增数据的时候报错(当时他心里瞬间凉了一大截,跑来找我求助,然后顺利帮助他解决了,顺便记录一下希望可以帮助到更多遇到这个bug不会解决的小伙伴),报错信息如下:

报错信息:EROR 1064 (42000): You have an error in. your SOL syntax. check the manual that corresponds to your MySQL server version

报错翻译

报错信息翻译

报错:您在中有一个错误。您的SOL语法。检查与MySQL服务器版本对应的手册

报错原因

报错原因

他的新增数据sql语句有问题,需要修改,小伙伴们看下面的正确命令修改即可

解决方法

正确的SQL新增数据语句:

insert into 表名(列名,列名) values(值1,值2)

或者

insert into 表名 values(值1,值2)

修改正确代码执行成功:

帮忙解决

本文已收录于:《告别Bug》专栏

本专栏用于记录学习和工作中遇到的各种疑难Bug问题,以及粉丝群里小伙伴提出的各种问题,文章形式:报错代码 + 报错翻译 + 报错原因 + 解决方法,包括程序安装、运行程序过程中等等问题,订阅专栏+关注博主后如遇到其他问题可私聊帮忙解决!!!

已解决EROR 1064 (42000): You have an error in. your SOL syntax. check the manual that corresponds to yo相关推荐

  1. MySQL修改密码失败提示ERROR 1064(42000):You have an error in your SQL syntax: check the corresponds to your M

    已尝试方法均提示类似错误 ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresp ...

  2. Error Code : 1064 You have an error in your SQL syntax; check the manual that corresponds to your My

    转自:https://blog.csdn.net/haha_66666/article/details/78444457 Query : select * from order LIMIT 0, 10 ...

  3. Error:1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL

    错误代码: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL ser ...

  4. [Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL

    1.MySQL建表报错: [Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to ...

  5. [Err] 1064 - You have an error in your SQL syntax check the manual that corresponds to 之Mysql报错

    当利用navicat用sql语句建表时候,出现如下报错 从下图我们可以看到,是我们最后一行的末尾多加了一个逗号. 当我们将最后一行的逗号取消掉就正常运行了 特别注意:最后一行的末尾没有逗号. http ...

  6. MySQL建表1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL

    MySQL在导表新建的时候会有索引报错,如下: PRIMARY KEY (`tag_id`) USING BTREE,为导出的SQL语句,但是实际运行时需要改为如下: PRIMARY KEY `tag ...

  7. MySQL修改密码报错:ERROR 1064 (42000): You have an error in your SQL syntax

    问题描述: 用"set passwo for -"修改密码的时候报错: ERROR 1064 (42000): You have an error in your SQL synt ...

  8. 【报错】ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds t

    设置mysql中的root账户密码出现1064错误代码 ERROR 1064 (42000): You have an error in your SQL syntax; check the manu ...

  9. ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your

    mysq5.7中报错 执行下面语句报错 mysql> grant replication slave on . to 'myslave'@'192.168.136.%' identified b ...

最新文章

  1. Android 绘制同心圆 (2个圆叠加在一起)
  2. 案例:来自Uber的Go语言GC优化实践
  3. SNMP OID批量枚举工具
  4. python序列类型-Python内置序列类型之集合类型详解
  5. 使用随机数以及扩容表进行join代码
  6. fedora删除旧版本内核
  7. dos命令行设置网络优先级_替代windows系统下cmd的10款命令行工具
  8. 【英语学习】【WOTD】sentient 释义/词源/示例
  9. 03-linux下离线安装R环境
  10. 读书摘要——《凌波微步-软件开发警戒案例集》
  11. Raki的读paper小记:Enhanced Language Representation with Label Knowledge for Span Extraction
  12. 企业固定资产管理存在的问题及改进建议
  13. 甘超波:NLP五步觉察法
  14. 一人一猫旅行记之浅析单例模式
  15. 蓝桥 超级玛丽 JAVA
  16. 搞金融不能用mysql_金融行业数据库何去何从
  17. day03 Http协议Request
  18. BZOJ1665 Usaco2006 Open The Climbing Wall
  19. Android 多进程同时打开相机
  20. [TJOI2017]DNA --- 后缀数组

热门文章

  1. Gogole C++ 编程风格(一)
  2. 阅读量超1亿!应聘要求自曝「恋爱经历」你怎么看?
  3. 测试两台电脑之间的网速
  4. CSS的定位 position属性的 absolute relative static fixed的区别及用法
  5. 帆软报表导出excel为0kb问题
  6. 【python】字典按键、按值排序
  7. windows系统链接UBuntu向日葵
  8. UG数控编程:草图之视图方向着色方式和草图的基准设置
  9. ApacheCN机器学习第二次线下活动
  10. 吴恩达机器学习ex1 Python实现