Got timeout reading communication packets

023-01-15 13:27:27 15381 [Warning] Aborted connection 15381 to db: ‘cyberpanel’ user: ‘cyberpanel’ host: ‘localhost’ (Got timeout reading communication packets)

2023-01-15 13:27:27 15383 [Warning] Aborted connection 15383 to db: ‘cyberpanel’ user: ‘cyberpanel’ host: ‘localhost’ (Got timeout reading communication packets)

Why this issue triggering?

Happy New Year @infolloyd

Post the result of running this command systemctl status mysql

● mariadb.service - MariaDB 10.4.27 database server
Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/mariadb.service.d
└─migrated-from-my.cnf-settings.conf
Active: active (running) since Sun 2023-01-15 08:33:23 UTC; 9h ago
Docs: man:mysqld(8)
systemd - MariaDB Knowledge Base
Process: 224811 ExecStartPost=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
Process: 224385 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= || VAR=cd /usr/bin/..; /usr/bin/galera_recovery; [ $? -eq 0 ] && systemctl set-environment _WSREP_START_POSITION=$VAR || exit 1 (code=exited, status=0/SUCCESS)
Process: 224383 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
Main PID: 224559 (mysqld)
Status: “Taking your SQL requests now…”
CGroup: /system.slice/mariadb.service
└─224559 /usr/sbin/mysqld

Jan 15 08:33:22 ns3106024.ip-37-187-145.eu systemd[1]: Starting MariaDB 10.4.27 database server…
Jan 15 08:33:22 ns3106024.ip-37-187-145.eu mysqld[224559]: 2023-01-15 8:33:22 0 [Note] /usr/sb…
Jan 15 08:33:22 ns3106024.ip-37-187-145.eu mysqld[224559]: 2023-01-15 8:33:22 0 [Warning] Coul…3)
Jan 15 08:33:22 ns3106024.ip-37-187-145.eu mysqld[224559]: 2023-01-15 8:33:22 0 [Warning] Chan…0)
Jan 15 08:33:23 ns3106024.ip-37-187-145.eu systemd[1]: Started MariaDB 10.4.27 database server.
Hint: Some lines were ellipsized, use -l to show in full.

Run these commads as a sudo user

$ cd /usr/local/CyberCP/CyberCP/
$ wget https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/CyberCP/settings.py
$ systemctl restart lscpd

mv: cannot stat ‘/usr/local/settings.py’: No such file or directory

Why?

Updated the steps sorry my mistake