Top "Load-data-infile" questions

A mySQL function for loading external data directly into the database.

LOAD DATA LOCAL INFILE forbidden after php / mariadb update

I know this has been asked before but I could not find any newer posts that could be of help. …

php mariadb load-data-infile
Why do I get an error when using LOAD DATA INFILE?

I'm trying to use SQL to upload a csv file from my laptop to a database, however I get a …

mysql sql macos load-data-infile mysql-error-1045
LOAD DATA INFILE within PHPmyadmin

I'm running the following command within PHPmyadmin: LOAD DATA INFILE '/test3.csv' INTO TABLE temp_car FIELDS TERMINATED BY …

php mysql load-data-infile mysql-error-1045
LOAD DATA INFILE does not import all rows in a CSV data source

I'm trying to load data from a CSV file into a MySQL database, and noticed that a large number of …

mysql sql database csv load-data-infile
What is the fastest way to load an XML file into MySQL using C#?

Question What is the fastest way to dump a large (> 1GB) XML file into a MySQL database? Data The …

c# mysql xml load-data-infile
load data infile, dealing with fields with comma

How do we deal with field with comma when using load data infile? i have this query: $sql = "LOAD DATA …

php mysql load-data-infile