我在docker中使用jacobalberty/firebird镜像来使用火鸟。然而,当我试图在容器内使用/usr/local/firebird/bin/isql连接时,在数字海洋环境中得到了错误的Your user name and password are not defined遥控器不能 这是docker组合配置 firebirddb:
image: jacobalberty/<em
我刚刚安装了Firebird for Win64,并且我正在尝试连接到预装了ISQL的雇员数据库。按照Firebird官方文档中的步骤,我打开ISQL实用程序并进入:结果,我得到了Ask your database administrator to set up a Firebird login.
最奇怪的是,如果我导航到employee数据库sample本身并从那里发出isql
从中提取代码, item_id varchar(10) not null primary key, item_desc varchar(50));Statement failed, SQLSTATE = 42000 CREATE TABLE SALES_CATALOG failed
There is no privilege for this op