> 03.11.2013 18:52, Vlad Khorsun wrote:
>>> Yes, isql shows the same behavior.
>>      I can't reproduce it with just build fb3
> 
>   I can.
>   Just unpacked today's snapshot, run 'fbserver -a', 

    There is no "fbserver" in fb3. 

>   isql and typed "create database 
> 'test' user 'sysdba' password 'masterkey';" statement. It produced a lot of 
> I/O for 5-6 
> seconds. Strange, that it eated sysdba/masterkey without security DB 
> initialization.

    Because it is embedded connection. Just run "show verison" right after 
"create database"

    Just downloaded Firebird-3.0.0.30708-0_Win32.7z, unpack it and run 
following:

Firebird-3.0.0.30708-0_Win32>firebird.exe -a -m

Firebird-3.0.0.30708-0_Win32>isql
Use CONNECT or CREATE DATABASE to specify a database
SQL> create database 'test' user 'sysdba' password 'masterkey';
SQL> show version;
ISQL Version: WI-T3.0.0.30708 Firebird 3.0 Alpha 1
Server version:
Firebird/Windows/Intel/i386 (access method), version "WI-T3.0.0.30708 Firebird 
3.0 Alpha 1"
on disk structure version 12.0
SQL>
SQL> drop database;

then i tried XNET in the same isql console:

SQL> create database 'xnet://test' user 'sysdba' password 'masterkey';
Statement failed, SQLSTATE = 28000
Your user name and password are not defined. Ask your database administrator to 
set up a Firebird login.
-Install incomplete, please read chapter "Initializing security database" in 
Quick Start Guide
SQL> drop database;

    "create database" runs instantly for me. 

Regards,
Vlad

PS W2K3 R2 x64

------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to