Tried to establish connection to the created database through KInterBasDB

import kinterbasdb con=kinterbasdb.create_database("create database 'test.db' user 'sysdba' password 'pass'") conn=kinterbasdb.connect(dsn='Asus:/test.db', user='sysdba', password='pass') 

Issued the following error

 Traceback (most recent call last): File "D:/ connect.py ", line 2, in <module> con=kinterbasdb.create_database("create database 'test.db' user 'sysdba' password 'pass'") File "C:\Python27\lib\site-packages\kinterbasdb\ __init__.py ", line 503, in create_database C_con = _k.create_database(*args) ProgrammingError: (-902, 'pyob_create_database: \n Your user name and password are not defined. Ask your database administrator to set up a Firebird login.') 

Most likely the case is in the username and password to Firebird (if this is the case, then it is not clear why it arose - because the password and user are standard, if they are different, then the question arises: how to change them?) Tell me in general how to correct the error.

    1 answer 1

    standard password is not masterkey unless?