websphere - com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Unknown command -


i'm trying create datasource connection pooling mysql database in websphere application server.

i've set jdbc provider, set

implementation class name   : com.mysql.jdbc.jdbc2.optional.mysqlconnectionpooldatasource 

my mysql driver version 5.1.6.

but got error while try connect datasource:

the test connection operation failed data source btn_itb_ds on server server1 @ node qnode following exception: com.mysql.jdbc.exceptions.jdbc4.mysqlnontransientconnectionexception: unknown command. view jvm logs further details. 

i have read http://bugs.mysql.com/bug.php?id=38388 trouble shooting. suggest upgrade mysql driver version 5.1.x , have that. i've got same error.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -