sql >> Database teknologi >  >> RDS >> Mysql

mysql_close():5 er ikke en gyldig MySQL-Link-ressource i C:\wamp\www\Includes\footer.php på linje 4

Prøv dette i stedet:

if (isset($dbh) && is_resource($dbh)) {
    mysql_close($dbh);
} else {
    mysql_close();
}

Fra manual:

Måske har han få forbindelser.. Hvem ved...



  1. Indsæt data i en MySQL-database

  2. SQL DROP TABLE Syntaks – Listet efter DBMS

  3. android.content.res.Resources$NotFoundException:String ressource ID #0x2 Database

  4. Fremskridt med online opgradering