From 2f4ae762945065a14d6468abf99abf1037851e6f Mon Sep 17 00:00:00 2001 From: Tal Date: Sun, 28 Aug 2022 17:26:50 +0300 Subject: [PATCH] Create settings.json --- .vscode/settings.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..de64bdf3 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,17 @@ +{ + "sqltools.connections": [ + { + "mysqlOptions": { + "authProtocol": "default" + }, + "previewLimit": 50, + "server": "localhost", + "port": 3306, + "driver": "MySQL", + "name": "FirstSQLConnection", + "database": "myshop", + "username": "admin", + "password": "malchital1" + } + ] +} \ No newline at end of file