Answer the question
In order to leave comments, you need to log in
How to correctly import a CSV file with a table into the database from the console?
I'm new to MySql, but here I needed to import a table into the database.
I am importing a CSV, the infection does not recognize the column with the time of the relevance of the entry.
I load it like this:
Load data local infile '/dir/filename.csv' into table tablename fields terminated by ';';
Where to dig?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question