I am trying to move my MS Access databases into a single database of MySQL. Each table has at least 50,000 rows and 70 columns. What is the best way to import the data to MySQL tables?
I tried exporting it first to Excel and using the 'MySQL for Excel' add-on but the data seems to large for it to handle efficiently. If there are better ways to do it, please let me know.