Home > Article > Backend Development > Use mysql's load data local infile in php
I want to execute mysql's load data local infile statement in a php script. I use pdo to link the database
as shown in the figure. The data cannot be written. How to use it? Solve
I want to execute mysql's load data local infile statement in a php script. I use pdo to link the database
as shown in the figure. The data cannot be written. How to use it? Solve
In the mysql configuration file, configure local-infile=0
Check whether the semicolon in front of extension=php_pdo_mysql.dll in php.ini has been removed
You have to take pictures of all the error messages, my dear! !