我试图在websphere application server中为连接池mysql数据库创建数据源。
我设置了JDBC提供程序,设置了
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版本,我已经做到了。但我也有同样的错误。