changed name of default JDBC driver

This commit is contained in:
Eric J. Bowersox 2006-02-26 19:24:44 +00:00
parent 74787e4902
commit 2ffacedd54
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<!-- <jca-datasource>VeniceDB</jca-datasource> -->
<!-- The fully-qualified Java classname of the JDBC driver we wish to load. -->
<driver>org.gjt.mm.mysql.Driver</driver>
<driver>com.mysql.jdbc.Driver</driver>
<!-- The URI of the database we wish to load. -->
<uri>jdbc:mysql://localhost/venice</uri>