Recent content by Thice

  1. T

    MySQL JDBC driver not found using mysql driver dependency

    Thank you for your reply! Is it possible to give me a slight push to get me started?
  2. T

    MySQL JDBC driver not found using mysql driver dependency

    Dear I was working on a plugin, that connects to the MySQL database. When connecting to MySQL the way I did in paper would not work and results in the error: No suitable driver found for <database_url> I've fixed this by adding: Class.forName("com.mysql.cj.jdbc.Driver"); And adding the MySQL...