0
How to import a CSV file to Mysql?
I get error code 1295:
ERROR 1295: 1295: This command is not supported in the Prepared statement Protocol yet SQL Statement
I sent the command:
LOAD DATA LOCAL INFILE 'caminho_do_arquivo' INTO TABLE tabela CHARACTER SET UTF8;
Post a few lines of your file.
– Reginaldo Rigo
What is the version of your Mysql?
– Reginaldo Rigo