Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « connection »

Méthode mariadb.connection.ping

Signature de la méthode ping

def ping() 

Description

ping.__doc__

Checks if the connection to the database server is still available.

If auto reconnect was set to true, an attempt will be made to reconnect
to the database server in case the connection
was lost

If the connection is not available an InterfaceError will be raised.