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
I am unable to load local data files into a MySQL database using LOAD DATA LOCAL INFILE.... When I try to do that, I get the following error:
ERRException (ERR {errCode = 3948, errState = "42000", errMsg = "Loading local data is disabled; this must be enabled on both the client and server sides"})
In Java and PHP solutions (jdbc-mysql, php-pdo, mysql, mysqli) it is possible to add connection parameters to make it possible to use LOAD DATA LOCAL INFILE SQL statements.
I am unable to load local data files into a MySQL database using
LOAD DATA LOCAL INFILE...
. When I try to do that, I get the following error:In Java and PHP solutions (
jdbc-mysql
,php-pdo
,mysql
,mysqli
) it is possible to add connection parameters to make it possible to useLOAD DATA LOCAL INFILE
SQL statements.Can we make that possible in Haskell too? @winterland1989
The text was updated successfully, but these errors were encountered: