Skip to content

Commit

Permalink
Updated to MySQL Connector 5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
johncurrier committed Mar 30, 2007
1 parent 149121b commit 70e1ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/sourceforge/schemaspy/dbTypes/mysql.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ driver=com.mysql.jdbc.Driver
# point this to whatever is appropriate on your machine...let me know if there's a standard path/jar
# you can use the -cp command line option if you prefer
# The driver should be available at www.mysql.com/products/connector/j/
driverPath=/mysql/mysql-connector-java-5.0.4-bin.jar
driverPath=/mysql/mysql-connector-java-5.0.5-bin.jar

# if your driver returns failures like "stream already closed" then its metadata
# services probably aren't thread safe and you'll have to uncomment this line
Expand Down

0 comments on commit 70e1ecd

Please sign in to comment.