17 lines
411 B
JSON
17 lines
411 B
JSON
|
{
|
||
|
"sqltools.connections": [
|
||
|
{
|
||
|
"mysqlOptions": {
|
||
|
"authProtocol": "default"
|
||
|
},
|
||
|
"previewLimit": 50,
|
||
|
"server": "188.181.83.156",
|
||
|
"port": 3306,
|
||
|
"driver": "MariaDB",
|
||
|
"name": "ServerSql",
|
||
|
"database": "datadump",
|
||
|
"username": "root",
|
||
|
"password": "3,1415"
|
||
|
}
|
||
|
]
|
||
|
}
|