Lines Matching refs:user
23 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket))
24 …printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
25 $host, $user, $db, $port, $socket);
31 …if (false !== ($tmp = mysqli_real_connect($link, $host, $user . 'unknown_really', $passwd . 'non_e…
32 …o the server using host=%s, user=%s, passwd=***non_empty, dbname=%s, port=%s, socket=%s\n", gettyp…
34 // Run the following tests without an anoynmous MySQL user and use a password for the test user!
36 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port)) {
45 if (!mysqli_real_connect($link, $host, $user, $passwd, $db)) {
54 if (!mysqli_real_connect($link, $host, $user)) {
62 ini_set('mysqli.default_user', $user);
81 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 65536))
100 if (!mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket, 128))
144 if (NULL === ($tmp = mysqli_real_connect($link, $host, $user, $passwd, $db, $port, $socket)))
154 Warning: mysqli_real_connect(): (%s/%d): Access denied for user '%s'@'%s' (using password: YES) in …