i have a table with 500,000 rows and about 10 columns that is in access
how do i import it into mysql?
dump to csv and import csv using mysqlimport is another option.