"the used command is not allowed with this mariadb version with local_infile on" Code Answer

3

it seems that the problem was, that my user did not have file grants.

grant file on *.* to 'user'@'localhost' identified by password 'asdf'

did the trick.

By Scuzzy on September 20 2022

Answers related to “the used command is not allowed with this mariadb version with local_infile on”

Only authorized users can answer the Search term. Please sign in first, or register a free account.