私はEclipseIDEを介したJavaデータベースコネクティビティに取り組んでいます。Ubuntu Terminalを介してデータベースを構築しましたが、接続して操作する必要があります。ただし、プロジェクトライブラリに「mysql-connector-java-5.0.8-bin.jar」を追加しただけでは、プロジェクトの出力は得られませんが、次の出力が表示されます。私のプロジェクトから出力を得ることができますか?
<ConnectionProperties>
<PropertyCategory name="Connection/Authentication">
<Property name="user" required="No" default="" sortOrder="-2147483647" since="all">
The user to connect as
</Property>
<Property name="password" required="No" default="" sortOrder="-2147483646" since="all">
The password to use when connecting
</Property>
<Property name="socketFactory" required="No" default="com.mysql.jdbc.StandardSocketFactory" sortOrder="4" since="3.0.3">
The name of the class that the driver should use for creating socket connections to the server. This class must implement the interface 'com.mysql.jdbc.SocketFactory' and have public no-args constructor.
</Property>
<Property name="connectTimeout" required="No" default="0" sortOrder="9" since="3.0.1">
Timeout for socket connect (in milliseconds), with 0 being no timeout. Only works on JDK-1.4 or newer. Defaults to '0'.
</Property>
..。