我已经安装了Worklight Server和DB2数据库,现在我尝试迁移一个具有MySQL数据库的应用程序,该数据库显然无效。有没有解决方法?我是否必须使用适配器来连接DB2和MySQL?
答案 0 :(得分:0)
数据库通常需要连接器驱动程序才能与其进行交互。
如果你使用IBM Installation Manager来安装带有DB2数据库的Worklight(可供IBM Worklight客户使用,你是一个吗?),它需要你提供这样的驱动程序,所以我会假设 - ,因为你做了不提供有关环境设置的任何信息 - 您使用的是Development Edition(Eclipse + Worklight Studio插件)。
在这种情况下,您需要编辑worklight.properties
文件(可以在Eclipse的project \ server \ conf下的Eclipse中找到)。
DB2连接器can be download through this page。获取DB2安装的正确版本。
如果您实际上正在使用Liberty或WebSphere,see this troubleshooting section with installation instructions for DB2 and more。