凡是过去,皆是序幕。Read the fucking manual and source code.
gdb -p $(pidof mysqld) -ex "set max_connections=1500" -batch
使用 gdb 临时调大 参数 max_connections 。