user=root pwd=x path=c:/temp/mysql-connector-java-3.1.4-beta-bin.jar driverclass=com.mysql.jdbc.Driver url=jdbc:mysql://127.0.0.1:3306/stress #default=true, 4x faster!!!! as long as pst are pooled useServerPrepStmts=true #for reads, default=true useUnbufferedInput=false #default=false, true is a bit slower #useCompression=false #default=true #jdbcCompliantTruncation=true #win2000 only, about 5% faster #socketFactory=com.mysql.jdbc.NamedPipeSocketFactory ##namedPipePath=\\\\.\\pipe\\MySQL #doesn't work unless something else is enabled, don't know what.... #prepStmtCacheSize=25 #prepStmtCacheSqlLimit=5000 #cachePrepStmts=true #actually makes it about 15% slower!!! #useNewIO=true