2 posts / 0 new
Last post
Error:Connection url
Why do I get this Error? Error: cannot create jdbc driver of class 'com.mysql.jdbc.Driver' for connect URL 'jdbcmysql/localhost:3306/errors'
Total votes: 270

This is because the connection of the jdbc connection URL is wrong. The correct URL is "jdbc:mysql://localhost:3306/errors".

Total votes: 268