开发者

Step By Step procedure to migrate data from Excel to MySql database table [duplicate]

开发者 https://www.devze.com 2023-04-05 20:26 出处:网络
This question already has answe开发者_开发技巧rs here: Closed 11 years ago. Possible Duplicate: how to import from MS excel into MYSQL DB
This question already has answe开发者_开发技巧rs here: Closed 11 years ago.

Possible Duplicate:

how to import from MS excel into MYSQL DB

I want the procedure to migrate the excel data into mysql database. Supppose i have excel abc.xls and table in MySql is abc Now what will be step by step procedure . I am using MYSQL.

Please help


The easy way would be to use a MySQL client like SQLyog. It has a wizard which allows for easy migration from excel to MySQL.

You can also use the LOAD DATA LOCAL INFILE command to import it directly. Take a look at this for the detailed steps


Try Data Import tool (Excel format) in dbForge Studio for MySQL. Command line is supported.

0

精彩评论

暂无评论...
验证码 换一张
取 消