Le mysql error.log montre
[Warning] Aborted connection 320935 to db: '...' user: '...' host: '...' (Got an error reading communication packets)
Alors que le côté client obtient:
Lost connection to MySQL server at 'reading initial communication packet', system error: 111
Lost connection to MySQL server at 'reading authorization packet', system error: 0
and after a while: Host '...' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
J'ai lu le manuel mysql à ce sujet, et beaucoup d'autres discussions. J'ai donc changé certaines valeurs dans my.cnf
max_allowed_packet = 512M
connect_timeout = 60
net_read_timeout = 120
innodb_buffer_pool_size = 5G
Regardé le journal des requêtes d'une connexion rompue:
22400 Connect user@host on dbname
22400 Query SELECT @@sql_mode
22400 Query SET SESSION sql_mode=''
22400 Query SET NAMES utf8
22400 Init DB dbname
22400 Init DB dbname
Statut de table vérifié. bind-address est l'IP du serveur mais je dois pouvoir me connecter de l'extérieur.
Aborted_connects is 196