我对NetBeans和MySQL都很陌生。
不能建立与jdbc:mysql://localhost:3306/mysql?zeroDateTimeBehavior=convertToNull using com.mysql.jdbc.Driver (java.lang.ClassCastException:
我正在尝试使用这个简单的代码连接到mysql数据库。sun.jdbc.odbc.JdbcOdbcDriver") ; con = DriverManager.getConnection("jdbc:mysql我得到的StackTrace是-
the java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost/
我试图用Java编写一个程序,为了工作,需要访问MySQL数据库。下面是到目前为止该程序的代码,由于安全原因,删除了is地址、用户名和密码。我的朋友在网上找到了一个程序,它可以检查数据库是否可以连接,每当他运行它时,它总是输出“您的MySQL JDBC驱动程序在哪里?”什么是MySQL JDBC驱动程序?public static void main(String[] args) // Store the information to connect to