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

I am connecting jdbc mysql but it is unable to connect and i get

error opening trace file: No such file or directory (2)

in logcate please anybody help me and tell me what should i do?

Ram kiran Pachigolla
  • 20,897
  • 15
  • 57
  • 78
user1270874
  • 33
  • 1
  • 7

0 Answers0