Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cc829f1

Browse files
Test
1 parent babbd45 commit cc829f1

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

‎.vscode/settings.json‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@
1313
"group": "Development",
1414
"username": "root",
1515
"database": "leetcode"
16+
},
17+
{
18+
"mysqlOptions": {
19+
"authProtocol": "default",
20+
"enableSsl": "Disabled"
21+
},
22+
"previewLimit": 50,
23+
"server": "localhost",
24+
"port": 3306,
25+
"driver": "MySQL",
26+
"name": "Test MySQL",
27+
"group": "Test",
28+
"database": "kullanici-db",
29+
"username": "root"
1630
}
1731
]
1832
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SELECT * FROM kullanicilar WHERE kullanici_adi = "Leon S Kennedy"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /