这种格式是否正确?我错过了什么?
我没有包含正确的网址,我不想放弃它:P
答案 0 :(得分:0)
但是,你必须采取另一个程序来真正让你的数据库phpmyAdmin无法帮助你
获得数据库后,您需要知道的是Dbname的端口号和Db的用户是这样的:
String url = "jdbc:mysql://localhost:portnumber//dbname";
Class.forName("com.mysql.jdbc.Driver");
Connection connection = DriverManager.getConnection(url,username,password);