質問編集履歴
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -118,9 +118,9 @@
|
|
118
118
|
|
119
119
|
String url = "jdbc:mariadb://localhost/upload_db";
|
120
120
|
|
121
|
-
String user = "
|
121
|
+
String user = "****";
|
122
|
-
|
122
|
+
|
123
|
-
String password = "
|
123
|
+
String password = "****";
|
124
124
|
|
125
125
|
String insertSql = "INSERT INTO `upload_file` (`contents`) VALUES (?)";
|
126
126
|
|