问题
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