Is there a way to import multiple csv files at the same time into a MySQL database? Some sort of batch import?
I\'m on Mac OSX running a MAMP server.
I have
Using following shell script:
for file in /directory/*.csv do echo "Importing file $file" chown mysql $file mysql Fortinet -u user -p'password' <