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

天涯浪子 提交于 2019-12-12 02:25:59

问题


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


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/7442759/step-by-step-procedure-to-migrate-data-from-excel-to-mysql-database-table

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!