File tree 1 file changed +3
-1
lines changed 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,9 @@ set PDO_FIREBIRD_TEST_DATABASE=C:\test.fdb
61
61
set PDO_FIREBIRD_TEST_DSN = firebird:dbname=127.0.0.1:%PDO_FIREBIRD_TEST_DATABASE%
62
62
set PDO_FIREBIRD_TEST_USER = SYSDBA
63
63
set PDO_FIREBIRD_TEST_PASS = phpfi
64
- echo create database '%PDO_FIREBIRD_TEST_DATABASE% ' user '%PDO_FIREBIRD_TEST_USER% ' password '%PDO_FIREBIRD_TEST_PASS% ';> C:\Firebird\setup.sql
64
+ echo create user %PDO_FIREBIRD_TEST_USER% password '%PDO_FIREBIRD_TEST_PASS% ';> C:\Firebird\setup.sql
65
+ echo commit;>> C:\Firebird\setup.sql
66
+ echo create database '%PDO_FIREBIRD_TEST_DATABASE% ' user '%PDO_FIREBIRD_TEST_USER% ' password '%PDO_FIREBIRD_TEST_PASS% ';>> C:\Firebird\setup.sql
65
67
C:\Firebird\instsvc.exe install -n TestInstance
66
68
C:\Firebird\isql -q -i C:\Firebird\setup.sql
67
69
C:\Firebird\instsvc.exe start -n TestInstance
You can’t perform that action at this time.
0 commit comments