Hey,
I have been facing an issue while extracting the 11 text files from the output folder into MYSQL database. Database and tables are perfectly created, but I am confused with the command for importing datafiles into database.
User name: midas
database name: wiki
output folder path: /home/midas/Documents/newjar1.0.0/output/
I've tried : mysqlimport -umidas -p --local --default-character-set=utf8 wiki /home/midas/Documents/newjar1.0.0/output/*.txt
But, its not working.
PFA