我写了这段代码,我想知道你是否想打赌我是否应该申请确认我如何连接?编码:
Class.forName("com.mysql.jdbc.Driver").newInstance ();
String url="jdbc:mysql://localhost:3306/dbcn?user=root&password=";
Connection con= DriverManager.getConnection(url);
例如在 php 中:
if ($resault)
echo "successful";