https://dev.mysql.com/doc/refman/8.2/en/server-status-variables.html#statvar_Aborted_clients
执行命令show global status like 'Aborted_clients';查看由于客户端未正确关闭连接而中止的连接数。 例如:
show global status like 'Aborted_clients';