netty的http1服务器在运行一段时间后会无法提供服务,返回客户端socket hang up 使用apipost测试抓包显示三次握手后被reset,经查是连接数过多
ps:客户端使用了大量短连接,如果能改成长连接就会消耗更少的连接,但是客户…
1.首先报错信息:ERROR 3948 (42000): Loading local data is disabled; this must be enabled on both the client and server sides
2.排查问题:
先检查local_infile的状态:使用sql指令
show global variables like local_infile; 这种情…