设置 Firebird 以使用 JDBC 进行远程访问

发布于 2024-11-03 15:21:10 字数 264 浏览 0 评论 0原文

我已经在 Ubuntu 10.10 服务器上安装了 Firebird 2.5 进行一些测试。然而,我在某个地方出错了,我正在寻找创建一个新的“超级用户”(等效)、创建一个新数据库的方法,最后我需要调用什么来使用 JDBC 进行连接。我知道使用 MySQL 和 PostgreSQL 你必须修改配置文件以允许远程访问,firebird 是一样的吗?

我尝试过创建用户...和数据库。两者都不起作用,所以我想我错过了一些东西。关于什么应该是直接的数据库和远程连接的任何建议。

提前致谢!

I have installed Firebird 2.5 on my Ubuntu 10.10 server for some testing. However somewhere I have gone wrong, I am looking for the way in which I create a new 'superuser' (equivalent), create a new database and then finally what I need to call on to connect using JDBC. I know with MySQL and PostgreSQL you have to modify config files to allow remote access, is firebird the same?

I have tried CREATE USER... and DATABASE. Neither have worked so I guess I have missed somthing. Any advice for what should be a straight forward database and remote connection.

Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

尬尬 2024-11-10 15:21:10

我在 Firebird 3.0 中遇到了同样的问题,但如果解决该问题的方法与 Firebird 2.5 相同,则我不会。

您需要​​在 firebird.conf 文件中设置一些参数。这些参数是 Wire 加密和 java 驱动程序的身份验证方法。

这些步骤对我有用。

I had se same problem with Firebird 3.0 but I don't if the way to solve it is the same for Firebird 2.5

You need to set up some parameters in the firebird.conf file. These parameters are the Wire encryption and the authentication methods for the java driver.

These steps worked for me.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文