我应该为mysql 5.6.24导入哪个jar文件

时间:2015-08-19 03:59:41

标签: java mysql jelastic

mysql 5.6.24数据库托管在jelastic for java程序中我需要导入的jar文件。我已经导入了mysql-connector-java-5.1.18-bin这是一个正确的jar文件。

请建议我..

这是它显示的错误..

$status = $result['status']

谢谢..

1 个答案:

答案 0 :(得分:2)

Mysql Connector / J版本5.1支持 MySQL服务器版本4.1,5.0,5.1,5.5,5.6,5.7

所以应该没问题。

Table listing Summary of Connector/J Versions

Connector/J version     JDBC version        MySQL Server version                Status
5.1                     3.0, 4.0            4.1, 5.0, 5.1, 5.5, 5.6, 5.7    Recommended version
5.0                     3.0                 4.1, 5.0                        Released version
3.1                     3.0                 4.1, 5.0                        Obsolete
3.0                     3.0                 3.x, 4.1                        Obsolete

可以从mysql文档页面获取更多信息

http://dev.mysql.com/doc/connector-j/en/connector-j-versions.html

如果你担心这条线

WARNING: Setting property 'source' to org.eclipse.jst.jee.server:FetchingRecord' did not find a matching property.

然后这是一个警告。最有可能它不会导致问题。

最常见的解决方案建议格式错误

将属性'source'设置为'org.eclipse.jst.jee.server:xxx'找不到匹配的属性。

低于

  • 打开tomcat服务器。
  • 在“服务器选项”部分中,选中“将模块上下文发布到” 单独的XML文件。
  • 重新启动。

SO中的以下链接有许多类似错误的答案,可以帮助您。

Setting property 'source' to 'org.eclipse.jst.jee.server:JSFTut' did not find a matching property

WARNING: Setting property 'source' to 'org.eclipse.jst.jee.server:appname' did not find a matching property

Setting property 'source' to 'org.eclipse.jst.jee.server:GestorContenidoWS' did not find a matching property. Try all the solutions