mysql / mysql/mysql-shell-plugins

How I can change local-infile?

Open
#40 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
96
Forks
22
PR merge metrics
No merged PRs in 30d

Description

When I try to change advanced options to set local-infile =1 that not possible save configuration.

So have another way to set local-infile?

I also try change directly json settings like this

"mssql.connections": [
{
"server": "xxxx",
"database": "",
"authenticationType": "SqlLogin",
"user": "xxxxxx",
"password": "",
"emptyPasswordInput": xxx,
"savePassword": xxx,
"profileName": "xxxx",
"encrypt": "xxxx",
"trustServerCertificate": xxx,
"connectTimeout": 15,
"local-infile": 1,
"commandTimeout": 30,
"applicationName": "vscode-mssql"
}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the advanced options and the mssql connection JSON shown in the issue, focusing on whether local-infile is a supported setting. Done means identifying a supported configuration path or confirming that the setting cannot be configured there.

Written by the indexing model from the issue text.

Assessment

Tech stack
mysql, vscode
Domain
database
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.