19 lines
476 B
JSON
19 lines
476 B
JSON
{
|
|
"sqltools.connections": [
|
|
{
|
|
"mysqlOptions": {
|
|
"authProtocol": "default",
|
|
"enableSsl": "Disabled"
|
|
},
|
|
"ssh": "Disabled",
|
|
"previewLimit": 50,
|
|
"server": "localhost",
|
|
"port": 3306,
|
|
"name": "Local MySQL",
|
|
"driver": "MySQL",
|
|
"database": "customers_db",
|
|
"username": "root",
|
|
"password": ""
|
|
}
|
|
]
|
|
} |