Control Web Panel
WebPanel => CentOS 9 Problems => Topic started by: zeejdeej on February 05, 2026, 10:30:15 PM
-
hello,
mysql is not updating in almalinux 9.7 automatically from cwp panel? how to get mysql updates automatically within cwp panel?
Regards,
Zee
-
I would suggest updating to MariaDB 10.11 LTS version:
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/upgrade-mariadb-10-x-to-10-11-with-cwp-on-almalinux-9/
or
https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/
-
thanks for the help highly appreciated.
-
i followed the same steps mentioned on :
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/upgrade-mariadb-10-x-to-10-11-with-cwp-on-almalinux-9/
but mysql version is still showing 10.5 instead of 10.11 ? what could be possibly wrong ?
-
If you followed all instructions and there were no errors during the upgrade then MySQL should be updared. Where do you see MySQL 10.5 ?
Can you connect to the server over SSH, run one by one:
# rpm -qa | egrep -i '(mysql|mariadb)'
# mysql
select version();
and show output ?