Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run "LOAD DATA LOCAL INFILE" #44

Open
Microtribute opened this issue Nov 29, 2021 · 0 comments
Open

Unable to run "LOAD DATA LOCAL INFILE" #44

Microtribute opened this issue Nov 29, 2021 · 0 comments

Comments

@Microtribute
Copy link

Microtribute commented Nov 29, 2021

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.

Can we make that possible in Haskell too? @winterland1989

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant