Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
String URL = "jdbc:mysql://localhost:3306/test"; String USER = "root"; String PASS = "root"; Connection con = DriverManager.getConnection(URL,USER,PASS);
我正在连接 jdbc mysql 但它无法连接,我得到了
打开跟踪文件时出错:没有这样的文件或目录 (2)
在logcate中,请任何人帮助我并告诉我该怎么做?