I have read all possible answer here and here and here. I believe I have a problem somewhere else and it may useful to others also.
I have a Java Servlet and it was executing well in eclipse IDE but later I shifted the project to Netbeans. I imported MySQL JDBC driver in Libraries and using the code below for connection
connection = DriverManager.getConnection("jdbc:mysql://localhost:3306/bolsms", "root", "@#$5869@#$");
但是,我正看到这一错误。 没有发现任何适当的司机,以打碎布:mysql:// localhost:3306/bols。
我寻求两天的回答,社区将赞赏我不再重复这个问题。
<><><>>>>>