Is this a problem with the MySQL driver version?

using myql-connector-java5.0.8 jar package to connect to the database of MySQL 5.7.22, the following error

occurred

Exception in thread "main" java.sql.SQLException: No suitable driver found for jdbc:mysql:192.168.31.218:3306/school

at java.sql.DriverManager.getConnection(DriverManager.java:689)
at java.sql.DriverManager.getConnection(DriverManager.java:247)
at com.imooc.db.DBUtil.main(DBUtil.java:18)
Mar.16,2021

url is incorrect

mysql://
Menu