Are there any conflicts if both Interbase and Firebird are installed on the same workstation? Does anyone have any tips or best practices for this?
问问题
1774 次
2 回答
5
Interbase 默认使用端口 3050。因此,您必须为同一台机器上的 Firebird 服务器选择另一个编号。端口号通过 firebird.conf 文件指定。更改 conf 文件后,您必须重新启动 Firebird 服务。
实际上,我的开发计算机上运行了四个不同版本的 FB。在这种情况下,每个实例都必须使用自己的端口号,并使用 instsvc 的 -n 开关指定唯一的实例名称。
不要忘记在连接字符串中指定自定义端口号。对于端口 3051,字符串将如下所示:
服务器/3051:path_to_db_file
一个很好的检查链接
于 2012-06-20T13:12:21.630 回答
2
如果您更改 Firebird 或 InterBase 的端口,则可以。
于 2012-06-20T13:18:25.310 回答