Mysql uses SQLyog to import CSV data unsuccessful solutions _mysql

Source: Internet
Author: User
Tags mysql import

Today to the MySQL import data, the use of software is SQLyog, I believe that direct guide everyone will also be selected to select a table to import-import use of local CSV data can be, single sometimes do not know what problems import is not successful, you can use the command to this record, later used to facilitate the search:

(Mine is the Windows system)

LOAD DATA local INFILE ' c:\\users\\zl\\desktop\\zhishu.csv ' into
table library name. Table name CHARACTER SET GBK 
FIELDS terminated By ', ' optionally enclosed by ' "' escaped by '" ' 
LINES terminated by ' \ r \ n ' (
ID, 
' name ', '
description ', 
  parent_id
)

Attention:

1.csv files are generally Chinese GBK encoding, so the encoding is set here as GBK
2. The name of the field in parentheses

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.