Not able to read from a mysql database

Hi, I just download the KNIME and starting to use it, but encounter a problem when trying to do the database reader Node.

I hv download the J Connector and selected the com.mysql.JDBC.Driver

database URL jdbc:mysql://localhost:3306/member_ekop with username and password

i gotten this error  ERROR Database Reader Execute failed: java.sql.SQLException: Unknown system variable 'language

but when i set it to no user name and password - it gives this error Error during fetching metadata from database, reason: Access denied for user ''@'localhost' (using password: NO)

My database is with a password.

 

Appreciate any help to get me moving

 

 

A bit of googling brings up http://bugs.mysql.com/bug.php?id=77665. It's bug in the JDBC driver you are using.