When I start the MySQL bash client, I have been starting it with --local-infile=1 so that I can import data from a .csv file.
Is there any way of doing this within MySQL Workbench?
|
When I start the MySQL bash client, I have been starting it with Is there any way of doing this within MySQL Workbench? |
|||
|
|
|
According to the MySQL Documentation on LOAD DATA INFILE
As long as you have FILE privilege, you can do this in SQL Editor
|
|||
|
|