How to Import a .csv file into MySQL using SQuirreL

kratika gupta picture kratika gupta · Oct 7, 2014 · Viewed 17.1k times · Source

I m using SQuirreL SQL and I want to import a .csv file into MySQL. Please tell how to do that.

Answer

sqlab picture sqlab · Oct 7, 2014

According importing-data-from-a-file-like-csv you should right-click on the table, where you want to import into, and in the context menu you should see a menu-item called "Import file", where you choose your csv-file.

With F1 -> Help -> Data Import Plugin you should get some help about that.