Тема: В чому смисл використовувати Firebird замість попсового MySQL?
Встановив Firebird 3. І відразу ж виник квест на створення користувача і підключення до БД. Вирішення квесту знаходиться на сторінці №151 двохсот шестидесятивосьми сторінкового документу „Firebird 3.0.7 release notes“ в розділі „Initialization steps“. Ось уривок:
Initialization is performed in embedded mode using the isql utility. For an embedded connection, an authentication password is not required, and will be ignored if you provide one. An embedded connection will work fine with no login credentials and “log you in” using your host credentials if you omit a user name. However, even though the user name is not subject to authentication, creating or modifying anything in the existing security database requires that the user be SYSDBA; otherwise, isql will throw a privilege error for the CREATE USER request.
Не згадую налаштування і деякі інші неприємності.