1
String URL = "jdbc:mysql://localhost:3306/test";
String USER = "root";
String PASS = "root";
Connection con = DriverManager.getConnection(URL,USER,PASS);

我正在连接 jdbc mysql 但它无法连接,我得到了

打开跟踪文件时出错:没有这样的文件或目录 (2)

在logcate中,请任何人帮助我并告诉我该怎么做?

4

0 回答 0