質問編集履歴

1

修正

2021/04/05 00:46

投稿

mmatt
mmatt

スコア5

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
  Connection conn = DriverManager.getConnection(
34
34
 
35
- "jdbc:mysql://127.0.01:3306/new_","root","matsumoto");
35
+ "jdbc:mysql://127.0.01:3306/new_","root","psw");
36
36
 
37
37
  String sql ="select id,idname from tetuduki;";
38
38