Exception in thread "main" java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/demo
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at com.itheima.Test8.main(Test8.java:32)
求大神解决一下