|
|
|
How to migrate Flat Text File into MySQL?
|
|
1 points
by zeroxsys
5442 days ago
|
|
I am running a VB.NET loop that imports a flat text file of 122677 towns/cities of Japan into an online MySQL table. MySQL Workbench crashes when you upload table this big, so export/import won't work. It took less than 2 hours when I first run it for local migration, now it's only at 55600 after 3 hours. Is there a better way to do this? |
|