dbeaver查看表属性发生错误:Software caused connection abort: recv failed

dbeaver查看表属性错误:Software caused connection abort: recv failed_Software

mysql 默认连接是8小时wait_timeout  也就是说Connection如果8小时闲置不用就会失效(或者上手动关闭 跟失效一样)

dbeaver查看表属性错误:Software caused connection abort: recv failed_mysql_02

-- 查看超时配置

show global variables like 'wait_timeout';

dbeaver查看表属性错误:Software caused connection abort: recv failed_mysql_03