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'
You voted 1. Total votes: 2607

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

You voted 3. Total votes: 2474