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,647
  • 14
  • 56
  • 74

0 Answers0