You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using LOAD DATA LOCAL INFILE returns a error even when local infile is enabled in the server. The returned error is 1148, 'The used command is not allowed with this MariaDB version. Perhaps local infile has to be enabled in the connection. I am currently using a pool.
Thanks,
PS
Placing local_infile=True when creating the connection pool generates a different error. The error is AttributeError: 'asyncmy.protocol.LoadLocalPacketWrapper' object has no attribute 'packet'
The text was updated successfully, but these errors were encountered:
Hello,
Using LOAD DATA LOCAL INFILE returns a error even when local infile is enabled in the server. The returned error is
1148, 'The used command is not allowed with this MariaDB version
. Perhaps local infile has to be enabled in the connection. I am currently using a pool.Thanks,
PS
Placing
local_infile=True
when creating the connection pool generates a different error. The error isAttributeError: 'asyncmy.protocol.LoadLocalPacketWrapper' object has no attribute 'packet'
The text was updated successfully, but these errors were encountered: