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 :

Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les fondamentaux
Voir le programme détaillé
Classe « MySQLConnection »

Méthode mysql.connector.MySQLConnection.cmd_process_kill

Signature de la méthode cmd_process_kill

def cmd_process_kill(self, mysql_pid: 'int') -> 'OkPacketType' 

Description

help(MySQLConnection.cmd_process_kill)

Kill a MySQL process

This method send the PROCESS_KILL command to the server along with
the process ID. The result is a dictionary with the OK packet
information.


Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les compléments
Voir le programme détaillé