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: 2599

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

You voted 2. Total votes: 2464