我正在尝试为Websphere Application Server中的连接池mysql数据库创建数据源。
我已经设置了JDBC Provider,我设置了
Implementation class name : com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource
我的mysql驱动程序版本是5.1.6。
但是当我尝试连接数据源时出现了这个错误:
The test connection operation failed for data source btn_itb_ds on server server1 at node qnode with the following exception: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Unknown command. View JVM logs for further details.
我已经阅读了此http://bugs.mysql.com/bug.php?id=38388故障排除。但他们只是建议升级mysql驱动程序版本5.1.X,我已经这样做了。但是我有同样的错误。