Fun with connection properties

How to connect to MySQL over JDBC:

jdbc:mysql://localhost/mydb?paranoid=true
      &pedantic=true&ultraDevHack=true

Surprisingly, neither pessimistic=true nor patronizing=true work.

(MySQL JDBC documentation)

This entry was posted in General. Bookmark the permalink.