Searched refs:database (Results 1 – 25 of 220) sorted by relevance
123456789
6 PDO_MYSQL_TEST_HOST - database host7 PDO_MYSQL_TEST_DB - database (schema) name8 PDO_MYSQL_TEST_SOCKET - database server socket10 PDO_MYSQL_TEST_USER - database user11 PDO_MYSQL_TEST_PASS - database user password12 PDO_MYSQL_TEST_CHARSET - database charset
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
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 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";18 echo "database file created\n";32 echo "database file created\n";51 database handler: db452 database file created55 database file created
14 echo "database handler: $handler\n";16 echo "database file created\n";30 database handler: db431 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
11 echo "database handler: $handler\n";19 echo "Error creating database\n";32 database handler: %s
11 echo "database handler: $handler\n";16 echo "Error creating database\n";25 database handler: %s
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
13 echo "database handler: $handler\n";24 echo "Error creating database\n";35 database handler: db4
4 - there is database named "test"7 user account named 'testuser' and grant that user access to the database10 If you have account and database, type "createdb test" from command prompt11 to create the database to execute the test scripts. By executing the above13 granted access to 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 22 milliseconds