Kolossos wrote:
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.
[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
Did you read this page on the Toolserver wiki: https://wiki.toolserver.org/view/Database_access#LOAD_DATA_LOCAL?
I imagine you're seeing this problem recently (when you weren't before) as nightshade was converted to Solaris at the beginning of January.
MZMcBride