sql >> Database >  >> RDS >> Mysql

MySQLI Connect-fout toont wachtwoord

gebruik php try catch , wordt de afhandeling van uitzonderingen gebruikt om de normale stroom van de code-uitvoering te wijzigen als een gespecificeerde fout optreedt.

try {
    $con = mysqli_connect("localhost","my_user","my_password","my_db");

    if(!$conn) {
        throw new Exception('Failed');
    }
} catch(Exception $e) {
    echo 'Server error. Please try again some time.';
    die;

}



  1. Optimaal aantal verbindingen in verbindingspool

  2. Aangepaste converter gebruiken voor JOOQ's DSL.val()

  3. Doe mee met de Microsoft Access met SQL Server Academy Part II

  4. Perl DBD::Oracle Module installatie