gpt4 book ai didi

mysql - 连接到 Wampserver 数据库

转载 作者:行者123 更新时间:2023-11-29 08:58:16 26 4
gpt4 key购买 nike

我正在使用 JSP,我想通过我的 Java 文件连接到本地 mySQL 数据库。

我有这个:

连接connection = DriverManager.getConnection((database_path),"admin","admin");

路径应该是什么?

最佳答案

这些设置在this example中有很好的解释。 .

String connectionURL = "jdbc:mysql://localhost:3306/usermaster"; 
...
Connection connection = DriverManager.getConnection(connectionURL, "root", "root");

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

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