P
pb
Gast
Entschuldigt aber ich kann im Internet keinen Link finden. Hat einer die Api für MySql?
Code:
Class.forName("com.mysql.jdbc.Driver");
Connection conn = DriverManager.getConnection("jdbc:mysql://localhost","root","");
Code:
java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost