Lines Matching refs:dbname
14 …printf("[006] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
21 …printf("[008] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
29 …printf("[009a] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s…
45 if (!$res = mysqli_query($link, 'SELECT database() AS dbname, user() AS user'))
52 if ($tmp['dbname'] != $db)
53 printf("[016] Expecting database %s, got database() %s\n", $db, $tmp['dbname']);
61 …printf("[012] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
71 …printf("[014] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
80 if (!$res = mysqli_query($link, 'SELECT database() AS dbname, user() AS user'))
85 if ($tmp['dbname'] != "")
86 printf("[017] Expecting database '', got database() '%s'\n", $tmp['dbname']);
97 …printf("[019] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
113 if (!$res = mysqli_query($link, 'SELECT database() AS dbname, user() AS user'))
120 if ($tmp['dbname'] != $db)
121 printf("[026] Expecting database %s, got database() %s\n", $db, $tmp['dbname']);