Skip to content

Commit

Permalink
Modified to point to a real version of the MySQL drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
johncurrier committed Jun 14, 2005
1 parent 201c0e3 commit 4b3c24a
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 @@ -9,7 +9,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
driverPath=c:/mysql/mysql-connector-java-3.2.0-alpha-bin.jar
driverPath=c:/mysql/mysql-connector-java-3.1.8-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 4b3c24a

Please sign in to comment.