Searched refs:database (Results 1 – 25 of 211) sorted by relevance
123456789
16 echo "database handler: $handler\n";19 echo "database file created\n";24 echo "database file opened\n";38 database handler: db439 database file created40 database file opened42 Warning: dba_insert(): You cannot perform a modification to a database without proper access in %sd…
14 echo "database handler: $handler\n";18 echo "database file created\n";23 echo "database file created\n";28 echo "database file created\n";43 database handler: %s44 database file created45 database file created46 database file created
15 echo "database handler: $handler\n";19 echo "database file created\n";24 echo "database file created\n";29 echo "database file created\n";44 database handler: db445 database file created46 database file created47 database file created
16 echo "database handler: $handler\n";19 echo "database file created\n";24 echo "database file opened\n";38 database handler: db439 database file created40 database file opened
13 echo "database handler: $handler\n";15 echo "database file created\n";26 database handler: %s27 database file created
15 echo "database handler: $handler\n";28 // write md5 checksum of generated database file30 // no need to test created database: this is done by dba_cdb_read.phpt32 echo "Error creating database\n";40 database handler: cdb_make
16 echo "database handler: $handler\n";20 echo "database file created\n";34 echo "database file created\n";53 database handler: db454 database file created57 database file created
16 echo "database handler: $handler\n";18 echo "database file created\n";32 database handler: db433 database file created
15 echo "database handler: $handler\n";19 echo "database file created\n";36 database handler: db437 database file created
16 echo "database handler: $handler\n";22 echo "database file created\n";39 database handler: db441 database file created
13 echo "database handler: $handler\n";19 echo "Error creating database\n";27 database handler: %s
13 echo "database handler: $handler\n";21 echo "Error creating database\n";29 database handler: %s
15 echo "database handler: $handler\n";26 echo "Error creating database\n";35 database handler: db4
13 echo "database handler: $handler\n";21 echo "Error creating database\n";34 database handler: %s
13 echo "database handler: $handler\n";31 echo "Error creating database\n";40 database handler: flatfile
16 echo "database handler: $handler\n";18 echo "database file created\n";30 database handler: db4
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.
25 $stmt->bind_result($database);29 if ($database != $db)31 gettype($database), $database);
16 echo "Dropping database\n";19 echo "Closing database\n";30 Dropping database32 Closing database
Completed in 25 milliseconds