Michele BerardiFollowAug 3, 2020·1 min readChange connect_timeout in MySQLmysql -u USER -pshow variables like "connect_timeout";quit;The value of connect_timeout can be specified in the file /etc/mysql/my.cnf, for example:[mysqld]connect_timeout=10[mysqld]connect_timeout=10