File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,12 @@ set PDO_FIREBIRD_TEST_DATABASE=C:\test.fdb
6161set PDO_FIREBIRD_TEST_DSN = firebird:dbname=127.0.0.1:%PDO_FIREBIRD_TEST_DATABASE%
6262set PDO_FIREBIRD_TEST_USER = SYSDBA
6363set PDO_FIREBIRD_TEST_PASS = phpfi
64+ echo create user %PDO_FIREBIRD_TEST_USER% password '%PDO_FIREBIRD_TEST_PASS% ';> C:\Firebird\create_user.sql
65+ echo commit;>> C:\Firebird\create_user.sql
6466echo create database '%PDO_FIREBIRD_TEST_DATABASE% ' user '%PDO_FIREBIRD_TEST_USER% ' password '%PDO_FIREBIRD_TEST_PASS% ';> C:\Firebird\setup.sql
6567C:\Firebird\instsvc.exe install -n TestInstance
6668C:\Firebird\isql -q -i C:\Firebird\setup.sql
69+ C:\Firebird\isql -q -i C:\Firebird\create_user.sql -user sysdba %PDO_FIREBIRD_TEST_DATABASE%
6770C:\Firebird\instsvc.exe start -n TestInstance
6871if %errorlevel% neq 0 exit /b 3
6972path C:\Firebird;%PATH%
You can’t perform that action at this time.
0 commit comments