“connection rejected by remote interface” connecting to Firebird 3 with PDO

一笑奈何 提交于 2019-12-03 06:31:50
Vladimir Z.

Find firebird.conf, uncomment (if using fbclient 2.x) and change the following parameters to disable WireCrypt and set higher priority for legacy authentication:

WireCrypt = Disabled
AuthServer = Legacy_Auth, Srp, Win_Sspi
AuthClient = Legacy_Auth, Srp, Win_Sspi

You need to change the Firebird service as follows:

  1. Install Firebird
  2. Go search Services-> Firebird
  3. Right click on Firebird->Properties-> LogOn-> and tick checkbox having option as "Allows services to interact with Desktop"
  4. and then click on Restart service

    You are now able to connect with firebird successfully in case of Firebird 2.1.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!