1
mirror of https://github.com/CarmJos/MineSQL.git synced 2026-06-05 00:48:16 +08:00

不再考虑sqlite

This commit is contained in:
Ghost_chu
2022-01-30 12:54:48 +08:00
parent 56f01b1cfe
commit 023cff1bbd
3 changed files with 5 additions and 5 deletions
@@ -1,9 +1,9 @@
instances:
name1:
url: jdbc://localhost:3306/name1
url: jdbc:mysql://localhost:3306/name1
username: mc
password: password
name2:
url: jdbc://localhost:3306/name2
url: jdbc:mysql://localhost:3306/name2
username: mc
password: password