Home
last modified time | relevance | path

Searched refs:dbname (Results 26 – 50 of 151) sorted by relevance

1234567

/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_pconn_reuse.phpt21 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
29 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
64 …printf("[008] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_unclonable.phpt14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_pconn_kill.phpt20 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
68 …printf("[011] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
81 …printf("[013] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_pconn_disabled.phpt22 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
31 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_stmt_datatype_change.phpt13 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
18 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
H A Dmysqli_result_unclonable.phpt14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_stmt_unclonable.phpt14 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_embedded_connect.phpt19 …printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_auth_pam.phpt14 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
67 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
H A Dmysqli_stmt_bind_param_many_columns.phpt25 …printf("[001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
46 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
/PHP-5.4/ext/pdo_pgsql/tests/
H A Dcommon.phpt21 $config['ENV']['PDOTEST_DSN'] = 'pgsql:host=localhost port=5432 dbname=test user=root password=';
/PHP-5.4/ext/mysql/tests/
H A Dmysql_create_db.phpt23 …printf("[003] Can connect to the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, po…
47 …printf("[c001] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s…
H A Dmysql_pconn_kill.phpt24 …printf("[001] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=…
82 …printf("[012] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=…
89 …printf("[014] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=…
H A Dmysql_error.phpt25 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
52 …printf("[008] Can connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, so…
H A Dmysql_pconnect.phpt24 …printf("[002] Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=…
30 …printf("[003] Can connect to the server using host=%s/%s, user=%s, passwd=***non_empty, dbname=%s,…
H A Dtable.inc6 …printf("Cannot connect to the server using host=%s/%s, user=%s, passwd=***, dbname=%s, port=%s, so…
/PHP-5.4/ext/pdo_oci/tests/
H A Dcommon.phpt21 $config['ENV']['PDOTEST_DSN'] = 'oci:dbname=localhost/xe;charset=WE8MSWIN1252';
H A Dpecl_bug_11345.phpt17 $dbh = new PDO('oci:dbname=xxx;charset=yyy', 'abc', 'def');
/PHP-5.4/ext/pdo_firebird/tests/
H A Dcommon.phpt23 $config['ENV']['PDOTEST_DSN'] = 'firebird:dbname=/opt/firebird/test.gdb';
H A Dbug_62024.phpt11 $dbh = new PDO("firebird:dbname=$test_base",$user,$password) or die;
H A Dddl.phpt11 $db = new PDO("firebird:dbname=$test_base",$user,$password) or die;
/PHP-5.4/ext/pdo_mysql/tests/
H A Dcommon.phpt23 $config['ENV']['PDOTEST_DSN'] = 'mysql:host=localhost;dbname=test';
/PHP-5.4/ext/fileinfo/libmagic/
H A Dapprentice.c2595 char *dbname = NULL; in apprentice_map() local
2625 dbname = mkdbname(ms, fn, 0); in apprentice_map()
2626 if (dbname == NULL) in apprentice_map()
2724 if (dbname) { in apprentice_map()
2725 efree(dbname); in apprentice_map()
2734 if (dbname) { in apprentice_map()
2735 efree(dbname); in apprentice_map()
2754 char *dbname; in apprentice_compile() local
2761 dbname = mkdbname(ms, fn, 0); in apprentice_compile()
2763 if (dbname == NULL) in apprentice_compile()
[all …]
/PHP-5.4/ext/pdo_mysql/
H A Dmysql_driver.c542 char *dbname; local
721 dbname = vars[1].optval;
732 if (dbname) {
733 dbname_len = strlen(dbname);
740 …if (mysqlnd_connect(H->server, host, dbh->username, dbh->password, password_len, dbname, dbname_le…
743 …if (mysql_real_connect(H->server, host, dbh->username, dbh->password, dbname, port, unix_socket, c…
/PHP-5.4/ext/mysqli/
H A Dmysqli_nonapi.c64 char *hostname = NULL, *username=NULL, *passwd=NULL, *dbname=NULL, *socket=NULL; local
88 hostname = username = dbname = passwd = socket = NULL;
92 &passwd, &passwd_len, &dbname, &dbname_len, &port, &socket, &socket_len) == FAILURE) {
110 …&hostname, &hostname_len, &username, &username_len, &passwd, &passwd_len, &dbname, &dbname_len, &p…
159 port, SAFE_STR(username), SAFE_STR(dbname),
177 if (!mysqli_change_user_silent(mysql->mysql, username, passwd, dbname, passwd_len)) {
239 …if (mysql_real_connect(mysql->mysql, hostname, username, passwd, dbname, port, socket, flags) == N…
241 if (mysqlnd_connect(mysql->mysql, hostname, username, passwd, passwd_len, dbname, dbname_len,

Completed in 43 milliseconds

1234567