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 [192.168.1.2] (unknown [101.128.125.209]) by gnuweeb.org (Postfix) with ESMTPSA id 6A7A67E24F; Sat, 24 Dec 2022 23:37:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1671925079; bh=AZT9P1XtNztzcBTzjFvOFv4XpskPiGnpsCF/E+gbi9g=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ney8N2cW5cm37T7QE6uuYEKlwQlzf7GLJW8aUj4iG92Le/n7jZ6bO++VJHGEM9usa aMc6bJ7nmtzfjvMV0jByoLsETf2jRzvCmDl6Rf45+rPJ2SAXbHMCbbznrgC0yAFyfW Qz9UcFRqE7u5mJNBCjKZXKcknSQ4oe4tOZV8U0lAlDsYX7olkau65Sllk5u+3NVezt YlTnxBkKpAI20UzX/dANmMYaLKUma38PtT2DoxPy9BiNRoYJ2NpKSqrUiRmWxJwxID uGx16Tp6GSkTIatZmqQowlfJVwIyd0vs9l3hmO+C19WT3KvIqngQvAsVOJOsXbmuYf IxIhWPT4xBbvg== Message-ID: <2131cd18-fc55-cdc4-7fe4-c01d0a1f3b9e@gnuweeb.org> Date: Sun, 25 Dec 2022 06:37:54 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 Subject: Re: [PATCH v4 00/17] Fix, improvement and implement a bot logger. To: Ammar Faizi 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> <0a20e45e-1c3d-dc4f-3abf-b5290ae74a01@gnuweeb.org> Content-Language: en-US From: Muhammad Rizki In-Reply-To: <0a20e45e-1c3d-dc4f-3abf-b5290ae74a01@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: On 25/12/2022 06.33, Ammar Faizi wrote: > On 12/25/22 6:31 AM, Muhammad Rizki wrote: >> Can you give me the tips how to reproduce this error? Or I must wait >> or idle the bot? Or I just disconnect my internet and then reconnect >> and see what will happen on MySQL connection? > > Just restart your "MySQL server service" when the daemon is running. > >    sudo service mysql restart > > or whatever the MySQL restart procedure on your machine. > I see, I will test it later, thanks.