Java Reference
In-Depth Information
In this example, a full JDBC URL can be written as: jdbc:mysql://localhost:3306/
employees?user=empl_1&password=password
In order to access the database via JDBC connection, a database account was created and
assigned to the employees database. It has all privileges to the employees database. The
MySQL default access port is 3306. Before you run the SOAP server program, make sure
to download a JDBC driver and include the driver in your Java's classpath.
Search WWH ::




Custom Search