From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [10.7.7.5] (unknown [182.253.183.184]) by gnuweeb.org (Postfix) with ESMTPSA id B6C1C7E24F; Sat, 24 Dec 2022 23:35:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1671924938; bh=5L/Eug/hxeyxF1/adeliFfxtOM7J/EnhoAuwHeKV/0Y=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=pHGDRhYZ5RnfJxEUPLMt4HmvBTQ89B3m+PZ1N3CILpsBMh07Qnetl4k7BtKEDcglR nt2Y1yGGetRuTC+u3pFBvTDkalWYmssuoGTIXgzLYD1rgEl9FNrpJBeYAlT+MWIsJQ gJer+W/vQWSLtyEn4hReSVcxzKLKEt+U47s4YcMbZa8I56WgiguE7Wr33bXIkW5B8f Mux1OsXW/x7aVHbUL6+KMz8ONCavQb93srRWNUoFDOn5BIGdfmF1QBjSYQmLCHjs6W 77z88GM6k8JEB0dYBpoi1KoX4XtAxFdiSA9hkyh8p1sjnL65BE6Fs1CeeArKh4Mia6 YLtoPbSHjpmLg== Message-ID: <8074e14a-9e45-1243-8c94-51d6f6e79b28@gnuweeb.org> Date: Sun, 25 Dec 2022 06:35:34 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH v4 00/17] Fix, improvement and implement a bot logger. Content-Language: en-US To: Muhammad Rizki Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List References: <20221221013347.1704-1-kiizuha@gnuweeb.org> <09cf5444-3e42-9e58-ecf0-a4b21e5da953@gnuweeb.org> <489c62e6-b61f-61b9-8209-f098c8eb900d@gnuweeb.org> <02c3ed03-d2c9-2980-dd0d-eab304fad7db@gnuweeb.org> From: Ammar Faizi In-Reply-To: <02c3ed03-d2c9-2980-dd0d-eab304fad7db@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 12/25/22 6:34 AM, Muhammad Rizki wrote: > https://sebhastian.com/lost-connection-mysql-server-during-query/ > > Or you can just set the connection timeout instead? This is not about timeout. But when the server is restarted, the TCP socket is also closed. It needs to reconnect. -- Ammar Faizi