我刚刚安装了Firebird,使用:
apt-get install firebird2.5-super一切顺利,它促使我输入SYSDBA密码。我以为我进入了标准的'masterkey‘,但必须有错误的类型,因为我不能连接或使用GSEC/等。
因此,我自动移除Firebird,并试图再次安装。它安装了,但没有再次要求我提供SYSDBA密码。自动删除似乎没有删除包含SYSDBA密码的文件。
所以我卡住了。有人能帮忙吗?干杯。埃里克。
发布于 2014-10-30 07:35:27
尝试设置新密码:
sudo dpkg-reconfigure firebird2.5-super
或者测试当前密码:
sudo cat /etc/firebird/2.5/SYSDBA.password
因此,我自动移除Firebird,并试图再次安装。
若要删除所需的所有配置文件,请使用apt-get purge
sudo apt-get purge firebird2.5-super
https://stackoverflow.com/questions/26647098
复制相似问题