无法连接到数据库
您好,在尝试连接到 derby 数据库时,我收到
错误 XJ040:无法启动数据库“db/mydb”,请参阅下一个异常以了解详细信息。 错误 XSLAN:/var/opt/myapp/db/mydb 处的数据库格式与当前版本的软件不兼容。该数据库是由版本 10.5 创建或升级的。 ij 版本 10.3 ij>
我想问我是否需要重新安装 derby 或者我可以做一些技巧来连接到数据库
提前谢谢
Hello while trying to connect to a derby db i'm getting
ERROR XJ040: Failed to start database 'db/mydb', see the next exception for details.
ERROR XSLAN: Database at /var/opt/myapp/db/mydb has an incompatible format with the current version of the software. The database was created by or upgraded by version 10.5.
ij version 10.3
ij>
i wanted to ask whether i need to re-install derby or can i do a sort of trick to connect to the db
thank you in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您拥有 10.5 版本的数据库和 10.3 版本的 IJ 代码。从 Derby 网站下载 10.5 版本的 IJ 代码并使用它访问数据库。这是下载站点: http://db.apache.org/derby/发布/release-10.5.3.0.html
You've got a 10.5 version of the database, and a 10.3 version of the IJ code. Download a 10.5 version of the IJ code from the Derby web site and use it to access the database. Here's the download site: http://db.apache.org/derby/releases/release-10.5.3.0.html