sql >> Database >  >> RDS >> Mysql

PHP MYSQL kon geen verbinding maken (HY000/2002)

U moet de username . opgeven en password voor uw MySQLi verbinding.

require_once 'Internal/Var.php';
// Remove the two procedural connection lines here

function create_connection()
{
    // Make sure D_SERVER, D_USER, D_PASSWORD, D_NAME have the correct values
    // These values are probably created in Internal/Var.php
    $conn = new mysqli(D_SERVER, D_USER, D_PASSWORD, D_NAME);

    return $conn;
}

function close_connection(mysqli $con)
{
    $con->close();
}



  1. Hoe te repareren "EXECUTE-instructie is mislukt omdat de WITH RESULT SETS-clausule 2 kolom(men) voor resultatenset specificeert ..." Msg 11537 in SQL Server

  2. Geïsoleerde opslaguitzondering:kan de identiteit van het domein niet bepalen

  3. Microsoft SQL DB naar MySQL DB

  4. Patchbeleid