質問編集履歴
1
誤字脱字
test
CHANGED
File without changes
|
test
CHANGED
@@ -202,7 +202,7 @@
|
|
202
202
|
|
203
203
|
//MySQLの接続
|
204
204
|
|
205
|
-
connection = DriverManager.getConnection("jdbc:mysql://localhost:3306/orderdb?characterEncoding=UTF-8&serverTimezone=JST", "
|
205
|
+
connection = DriverManager.getConnection("jdbc:mysql://localhost:3306/orderdb?characterEncoding=UTF-8&serverTimezone=JST", "", "");
|
206
206
|
|
207
207
|
|
208
208
|
|