当前位置:网站首页>ERROR 1064 (42000) You have an error in your SQL syntax; check the manual that corresponds to your
ERROR 1064 (42000) You have an error in your SQL syntax; check the manual that corresponds to your
2022-08-02 00:16:00 【m0_67391518】
在MySQL中导入.sql文件时
通过
use data
source C:/info.sql
use data(数据库名称为data)
source C:/info.sql(提前把.sql文件放入一个不太复杂的文件夹,路径中最好不要有中文)
遇到ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘浼氬憳鍚峘 varchar(255) DEFAULT NULL,
`鎬у埆` varchar(255) DEFAULT NUL’ at line 3
貌似能读入两行,但到第三行出现了问题
开始以为.sql文件有问题,后来想到可能时编码的问题
经查读到SQL-mysql设置utf8编码方法这篇文章(83条消息) SQL-mysql设置utf8编码方法_yu-Knight的博客-CSDN博客_sql utf-8读到最第四部分,受到启示
在导入.sql文件之前加入一行代码 set names utf8;
这时候再导入就愉快地看到跑马灯使得导入数据了。
先自我介绍一下,小编13年上师交大毕业,曾经在小公司待过,去过华为OPPO等大厂,18年进入阿里,直到现在。深知大多数初中级java工程师,想要升技能,往往是需要自己摸索成长或是报班学习,但对于培训机构动则近万元的学费,着实压力不小。自己不成体系的自学效率很低又漫长,而且容易碰到天花板技术停止不前。因此我收集了一份《java开发全套学习资料》送给大家,初衷也很简单,就是希望帮助到想自学又不知道该从何学起的朋友,同时减轻大家的负担。添加下方名片,即可获取全套学习资料哦
边栏推荐
- 管理基础知识10
- Graphical LeetCode - 1161. Maximum Sum of In-Layer Elements (Difficulty: Moderate)
- An Enhanced Model for Attack Detection of Industrial Cyber-Physical Systems
- ROS dynamic parameters
- JSP how to obtain the path information in the request object?
- Trie详解
- 交返是做日内交易的必要条件
- 哪里有期货开户的正规途径?
- What is it like to trade for a living?
- 基于数据驱动的变电站巡检机器人自抗扰控制
猜你喜欢
渗透测试与攻防对抗——渗透测试基础
Identify memory functions memset, memcmp, memmove, and memcpy
[Solution] Emqx startup under win10 reports Unable to load emulator DLL, node.db_role = EMQX_NODE__DB_ROLE = core
Web开发
uni-app project summary
c语言字符和字符串函数总结(二)
[21-Day Learning Challenge] A small summary of sequential search and binary search
CVPR 2022 | SharpContour:一种基于轮廓变形 实现高效准确实例分割的边缘细化方法
What is Low-Code?What scenarios is low code suitable for?
Realize deletion - a specified letter in a string, such as: the string "abcd", delete the "a" letter in it, the remaining "bcd", you can also pass multiple characters to be deleted, and pass "ab" can
随机推荐
抖音数据接口API-获取用户主页信息-监控直播开启
IO stream basics
基于编码策略的电网假数据注入攻击检测
Double queue implementation stack?Dual stack implementation queue?
els strip deformation
els block deformation judgment.
Transient Stability Distributed Control of Power System with External Energy Storage
JS中对作用域链的理解(查找变量)
工业信息物理系统攻击检测增强模型
What does the errorPage attribute of the JSP page directive do?
Industrial control network intrusion detection based on automatic optimization of hyperparameters
路由策略
DFS详解
辨析内存函数memset、memcmp、memmove以及memcpy
JS中的防抖和节流
【CodeTON Round 2 (Div. 1 + Div. 2, Rated, Prizes!)(A~D)】
Pytorch seq2seq 模型架构实现英译法任务
nodeJs--mime module
JSP page指令errorPage属性起什么作用呢?
swing的Jlist列表滚动条以及增加元素的问题