Hello, If I want to load a file into MYSQL with the command[1] I get an error 1148 [2]. I did this many times before without problems. So I want to ask if there was a change in toolserver configuration and what the solution can be for me.
Greetings Kolossos
[1] LOAD /* SLOW_OK */ DATA LOCAL INFILE '/home/sk/data/templatetiger/dewiki/dewiki_templatetiger.txt' IGNORE INTO TABLE `dewiki_neu` FIELDS TERMINATED BY '\t' ESCAPED BY '\' LINES TERMINATED BY '\n' ;
[2] ERROR 1148 (42000): The used command is not allowed with this MySQL version