Hi,
I recently had the same problem.
I think your probably using an old mysql jdbc client driver.
I turned on mysqld logging via --log=mysql.log and found that mysql was
rejecting the client connection because it was using old 4.1 passwords
and not the new passwords.
I did a google search o
Hi Everyone,
I am trying configure a DataSource for connecting to a database other
than "mail". Following is the configuration I am using in the
section:
com.mysql.jdbc.Driver
jdbc:mysql://localhost/mirage?useUnicode=true&characterEncodi
ng=UTF-8&characterSetResults=UTF-8&autoReconnect=