I want to import big xlsx ( spreadsheet file ) into mysql database.
I did it before by phpmyadmin , but this file is too big ( 205000 rows ).
so when I wanna do it by phpmyadmin,it has taken a long time and wasn’t done.
what is best and fast way to import it to mysql database?
You can do it using the
LOAD DATAcommand in MySQL:http://blog.tjitjing.com/index.php/2008/02/import-excel-data-into-mysql-in-5-easy.html