当前位置:网站首页>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.sql
use 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
边栏推荐
- Win10 CUDA CUDNN installation configuration (torch paddlepaddle)
- ERROR 2003 (HY000) Can‘t connect to MySQL server on ‘localhost3306‘ (10061)
- MySQL修改root账号密码
- Why don't you programmers make a living off your own projects?And have to work for someone else?
- qlib架构
- three.js 制作3D相册
- ERROR 1819 (HY000) Your password does not satisfy the current policy requirements
- Thinking about data governance after Didi fines
- [Paper reading] Mastering the game of Go with deep neural networks and tree search
- C language from entry to such as soil, the data store
猜你喜欢
开源社区三十年 | 2022开放原子全球开源峰会开源社区三十年专题活动圆满召开
ERP生产作业控制 金蝶
Summary of Huawei Distributed Storage FusionStorage Knowledge Points [Interview]
Open Source Smart Future | 2022 OpenAtom Global Open Source Summit OpenAtom openEuler sub-forum was successfully held
BUG消灭者!!实用调试技巧超全整理
The idea project obviously has dependencies, but the file is not displayed, Cannot resolve symbol 'XXX'
重磅 | 基金会为白金、黄金、白银捐赠人授牌
Open Source Database Innovation in the Digital Economy Era | 2022 Open Atom Global Open Source Summit Database Sub-Forum Successfully Held
C language confession code?
【小土堆补充】Pytorch学习笔记_Anaconda虚拟环境使用
随机推荐
HCIP Day 10_BGP Route Summary Experiment
三子棋的代码实现
PWN ROP
(6) Enumeration and annotation
ERROR 2003 (HY000) Can‘t connect to MySQL server on ‘localhost3306‘ (10061)解决办法
"A daily practice, happy water problem" 1331. Array serial number conversion
[CV project debugging] CUDNN_CONVOLUTION_FWD_SPECIFY_WORKSPACE_LIMIT problem
MySQL based operations
STM32HAL library modifies Hal_Delay to us-level delay
扫雷游戏(c语言写)
Smartcom Programming Level 4 - Magic Academy Lesson 6
VScode+ESP32快速安装ESP-IDF插件
Safety 20220715
MySQL数据库增删改查(基础操作命令详解)
Two address pools r2 are responsible for managing the address pool r1 is responsible for managing dhcp relays
聚变云原生,赋能新里程 | 2022开放原子全球开源峰会云原生分论坛圆满召开
binom二项分布,
XSS靶场(三)prompt to win
(tree) Last Common Ancestor (LCA)
Regarding the primary key id in the mysql8.0 database, when the id is inserted using replace to be 0, the actual id is automatically incremented after insertion, resulting in the solution to the repea