# This file contains sample connection properties to # be used with java.jdbc.JDBCTest. The "#" represents # a comment to try one of these example, comment out all # of the other examples except for the one you are # interested in. Note that your classpath will have # to be setup accordingly for whatever Driver you need. # Connection example for mysql (use mysql-connector-java-5.0.8-bin.jar in your classpath) database.driver=com.mysql.jdbc.Driver database.query=select * from Grade where Grade = 'A'; database.url=jdbc:mysql://cs.furman.edu:3306/jconrad?user=jconrad&password=database