JS Lab 2
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user