No suitable driver found for jdbc:mysql://127.0.0.1:3306/qunit
环境:myeclipse查了很多资料,无外乎一下几种方法一是:连接URL格式出现了问题(Connectionconn=DriverManager.getConnection("jdbc:mysql://localhost:3306/XX","root","XXXX")二是:驱动字符串出错(com.mysql.jdbc.Driver)三是Classpath中没有加入合适的mysql_jdbc驱动四是