gpt4 book ai didi

java连接不上mysql数据库

转载 作者:太空宇宙 更新时间:2023-11-03 10:56:59 26 4
gpt4 key购买 nike

我想将服务器连接到 mysql 数据库。我包含了驱动程序库 mysql-connector-java-5.0.8。我安装了 mysql 连接器。我有以下代码:

    public void connect() throws SQLException, ClassNotFoundException{

String source="jdbc:derby://localhost:3306/security";
Class.forName("com.mysql.jdbc.Driver");
Connection con=DriverManager.getConnection(source,"root","");

}我将 xampp 用于 mysql 数据库。我创建了一个名为 security 的数据库。当我尝试执行 connect() 方法时,我收到了

     No suitable driver found for jdbc:derby://localhost:3306/security

异常。我搜索了几个小时,但找不到问题的解决方案。这是我用来尝试连接到数据库的完整代码。

最佳答案

尝试用“mysql”替换“derby”。

关于java连接不上mysql数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19609815/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com