Author Topic: mysql update  (Read 125 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
mysql update
« 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


Offline
*
Re: mysql update
« Reply #2 on: February 05, 2026, 10:53:18 PM »
thanks for the help highly appreciated.

Offline
*
Re: mysql update
« Reply #3 on: Today at 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 ?

Offline
***
Re: mysql update
« Reply #4 on: Today at 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 ?