-
Using Adminer 5.05 on Ubuntu 24.04, Mariadb 11.7 When requesting LOAD DATA LOCAL INFILE, I get this error: Note both php.ini mysqli.local_infile and mariadb.cnf local_infile are enabled on both client and server. Is there an additional setting needed to set for Adminer? Note, the same LOAD DATA LOCAL INFILE works with a java enabled thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
LOAD DATA LOCAL INFILE
was disabled for security reasons by c564a8e.