I am try to import csv file into mysql in command prompt without workbench.
But it shows error like ERROR.
what is the best way to import csv file without workbench.
what is best way to resolve the error.
I am try to import csv file into mysql in command prompt without workbench.
But it shows error like ERROR.
what is the best way to import csv file without workbench.
what is best way to resolve the error.
2
Answers
Try this:
Use this to find your path:
Try this to turn off the option ‘–secure-file-priv’:
In my.cnf file, add the following line under [mysqld]:
Generally my.cnf file is at /etc/mysql/my.cnf, or you can search it by: