What is the jdbc driver “org.gjt.mm.mysql.Driver” for?

The MySQL JDBC driver was initially developed by a hobbyist. It’s later donated to MySQL where they renamed the package/classname. The old classname is kept for backwards compatibility reasons, but if you can, you should update it to com.mysql.jdbc.Driver as soon as possible.

Leave a Comment