Searched refs:database (Results 1 – 25 of 209) sorted by relevance
123456789
13 echo "database handler: $handler\n";17 echo "database file created\n";22 echo "database file created\n";27 echo "database file created\n";42 database handler: db443 database file created44 database file created45 database file created
14 echo "database handler: $handler\n";17 echo "database file created\n";22 echo "database file opened\n";36 database handler: db437 database file created38 database file opened40 Warning: dba_insert(): You cannot perform a modification to a database without proper access in %sd…
12 echo "database handler: $handler\n";16 echo "database file created\n";21 echo "database file created\n";26 echo "database file created\n";41 database handler: %s42 database file created43 database file created44 database file created
14 echo "database handler: $handler\n";17 echo "database file created\n";22 echo "database file opened\n";36 database handler: db437 database file created38 database file opened
11 echo "database handler: $handler\n";13 echo "database file created\n";24 database handler: %s25 database file created
13 echo "database handler: $handler\n";26 // write md5 checksum of generated database file28 // no need to test created database: this is done by dba_cdb_read.phpt30 echo "Error creating database\n";38 database handler: cdb_make
14 echo "database handler: $handler\n";16 echo "database file created\n";30 database handler: db431 database file created
14 echo "database handler: $handler\n";18 echo "database file created\n";32 echo "database file created\n";51 database handler: db452 database file created55 database file created
13 echo "database handler: $handler\n";17 echo "database file created\n";34 database handler: db435 database file created
14 echo "database handler: $handler\n";20 echo "database file created\n";37 database handler: db439 database file created
11 echo "database handler: $handler\n";17 echo "Error creating database\n";25 database handler: %s
11 echo "database handler: $handler\n";19 echo "Error creating database\n";27 database handler: %s
13 echo "database handler: $handler\n";24 echo "Error creating database\n";33 database handler: db4
13 echo "database handler: $handler\n";22 echo "Error creating database\n";31 database handler: db4
14 echo "database handler: $handler\n";16 echo "database file created\n";28 database handler: db4
14 echo "database handler: $handler\n";17 echo "database file opened\n";29 database handler: db4
11 echo "database handler: $handler\n";29 echo "Error creating database\n";38 database handler: flatfile
7 * There is database named `test`10 account named `testuser` and grant that user access to the database `test`.12 If you have account and database, type `createdb test` from command prompt to13 create the database to execute the test scripts. By executing the above command15 the database.
24 $stmt->bind_result($database);28 if ($database != $db)30 gettype($database), $database);
16 echo "Dropping database\n";19 echo "Closing database\n";30 Dropping database32 Closing database
Completed in 32 milliseconds