Control Web Panel

WebPanel => CentOS 9 Problems => Topic started by: zeejdeej on February 05, 2026, 10:30:15 PM

Title: mysql update
Post 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
Title: Re: mysql update
Post by: overseer on February 05, 2026, 10:36:56 PM
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/
Title: Re: mysql update
Post by: zeejdeej on February 05, 2026, 10:53:18 PM
thanks for the help highly appreciated.
Title: Re: mysql update
Post by: zeejdeej on February 23, 2026, 06:56:44 AM
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 ?
Title: Re: mysql update
Post by: cyberspace on February 23, 2026, 09:08:16 AM
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:

Code: [Select]
# rpm -qa | egrep -i '(mysql|mariadb)'
# mysql
select version();
and show output ?