当前位置:网站首页>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-07-31 04:44:00 【sebeefe】
When importing .sql files in MySQL
via
use datasource C:/info.sqluse data (database name is data)
source C:/info.sql (put the .sql file into a less complicated folder in advance, preferably without Chinese in the path)
Encountered 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 '浼arg憳撖峘varchar(255) DEFAULT NULL,
`hoу埆` varchar(255) DEFAULT NUL' at line 3
It seems to be able to read two lines, but there is a problem with the third line
At first I thought there was a problem with the .sql file, but later I thought it might be a coding problem
I read this article on SQL-mysql setting utf8 encoding method(83 messages)>Read the fourth part and be inspired
Add a line of code before importing the .sql file set names utf8;
At this time, when you import again, you will be happy to see the marquee that makes the data imported.
Let me introduce myself first. The editor graduated from Shanghai Jiaotong University in 2013. I worked in a small company and went to big factories such as Huawei and OPPO. I joined Alibaba in 2018, until now.I know that most junior and intermediate java engineers want to upgrade their skills, they often need to explore their own growth or sign up to study, but for training institutions, the tuition fee is nearly 10,000 yuan, which is really stressful.Self-learning that is not systematic is very inefficient and lengthy, and it is easy to hit the ceiling and the technology stops.Therefore, I collected a "full set of learning materials for java development" for everyone. The original intention is also very simple. I hope to help friends who want to learn by themselves but don't know where to start, and at the same time reduce everyone's burden.Add the business card below to get a full set of learning materials
边栏推荐
- 高斯分布及其极大似然估计
- 【py脚本】批量二值化处理图像
- 开放原子开源基金会秘书长孙文龙 | 凝心聚力,共拓开源
- Fusion Cloud Native, Empowering New Milestones | 2022 Open Atom Global Open Source Summit Cloud Native Sub-Forum Successfully Held
- 递归实现汉诺塔问题
- VScode+ESP32快速安装ESP-IDF插件
- qlib自动化quant
- Unity教程:URP渲染管线实战教程系列【1】
- 从零开始,一镜到底,纯净系统搭建除草机(Grasscutter)
- [Paper reading] Mastering the game of Go with deep neural networks and tree search
猜你喜欢
随机推荐
Can‘t load /home/Iot/.rnd into RNG
MySQL数据库安装配置保姆级教程(以8.0.29为例)有手就行
C语言表白代码?
(5) final, abstract class, interface, inner class
论治理与创新 | 2022开放原子全球开源峰会OpenAnolis分论坛圆满召开
Industry-university-research application to build an open source talent ecosystem | 2022 Open Atom Global Open Source Summit Education Sub-Forum was successfully held
SOLVED: After accidentally uninstalling pip (two ways to manually install pip)
(八)Math 类、Arrays 类、System类、Biglnteger 和 BigDecimal 类、日期类
WPF WPF 】 【 the depth resolution of the template
volatile内存语义以及实现 -volatile写和读对普通变量的影响
MySQL database must add, delete, search and modify operations (CRUD)
(6) Enumeration and annotation
Understanding of the presence of a large number of close_wait states
ENSP,划分VLAN、静态路由,三层交换机综合配置
三子棋的代码实现
Recursive implementation of the Tower of Hanoi problem
强化学习:从入门到入坑再到拉屎
Why don't you programmers make a living off your own projects?And have to work for someone else?
XSS靶场(三)prompt to win
益智类游戏关卡设计:逆推法--巧解益智类游戏关卡设计









