Hello,
I get this error
#2000 - LOAD DATA LOCAL INFILE is forbidden, check mysqli.allow_local_infile
while using
LOAD DATA LOCAL INFILE '/wamp64/somefile.txt' INTO TABLE fscore.num FIELDS TERMINATED BY '\t' ENCLOSED BY '"' LINES TERMINATED BY '\n';
in phpmyadmin sql command window
I searched hours over days troughout the internet and modified every php.ini and my.ini to concord with specifications.
mysql> SHOW GLOBAL VARIABLES LIKE 'local_infile'; show it's ON
read [dev.mysql.com] cryptic to me and still get the same error and much more but no cigar :/
Could someone be kind enough to point out a working solution ?
All services running on wampserver 3.2.3 64bits :
PHPMyAdmin 5.0.2
PHP 7.3.21
MySQL 8.0.21
Windows10 Pro
Thank you :)
I get this error
#2000 - LOAD DATA LOCAL INFILE is forbidden, check mysqli.allow_local_infile
while using
LOAD DATA LOCAL INFILE '/wamp64/somefile.txt' INTO TABLE fscore.num FIELDS TERMINATED BY '\t' ENCLOSED BY '"' LINES TERMINATED BY '\n';
in phpmyadmin sql command window
I searched hours over days troughout the internet and modified every php.ini and my.ini to concord with specifications.
mysql> SHOW GLOBAL VARIABLES LIKE 'local_infile'; show it's ON
read [dev.mysql.com] cryptic to me and still get the same error and much more but no cigar :/
Could someone be kind enough to point out a working solution ?
All services running on wampserver 3.2.3 64bits :
PHPMyAdmin 5.0.2
PHP 7.3.21
MySQL 8.0.21
Windows10 Pro
Thank you :)