Import CSV files into MySQL Workbench using the command line (LOAD DATA INFILE)
Even though MySQL workbench is a popular tool, it is a surprise that a most basic task like importing a few MBs of CSV file into it takes a lot of time. The command line (LOAD DATA INFILE command) is undoubtedly the fastest way to import CSV files in...
virajr.hashnode.dev2 min read