mysql / mysql/mysql-shell-plugins
How I can change local-infile?
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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