mysql自动断开连接


windows下,my.ini文件中
[mysqld]
interactive_timeout=288000
wait_timeout=288000
# The TCP/IP Port the MySQL Server will listen on
port=3306

Linux下,my.cnf文件中
[mysqld]
interactive_timeout=288000
wait_timeout=288000

你可能感兴趣的:(mysql,windows,linux)