Home > database >  What file can't open it in MySQL
What file can't open it in MySQL

Time:09-26

Download an iris. CSV file



Open the display an ERROR with the MySQL 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 'Id, SepalLengthCm SepalWidthCm, PetalLengthCm, PetalWidthCm, Species
1,5.1, 3.5, 1.4, 0 'at line 1



Use hedisql import, display an error
Changed navicat will not be able to import the data, only into the first line of the title



So to rule out is the problem that the front-end interactive page,
Then others tried, this file can be imported, so is the problem that the file itself,


So where is the problem??????
Is the problem that the MySQL

The problem how to solve?? O great god ah this question is too difficult

CodePudding user response:

Hint say you a list of data that is too long, you look at the length of the field size
  • Related