Control Web Panel

WebPanel => CentOS 8 Problems => Topic started by: DangerD2 on April 01, 2025, 09:14:59 AM

Title: CWP + ALmalinux 8 + updated Mariadb 11.4.5
Post by: DangerD2 on April 01, 2025, 09:14:59 AM
1. Is says CWP7pro. while i have Almalinux 8, is that okay?
2. MySQL bad configuration detected, check from the console by using mysql command !!!
[root@srv4 scripts]# /scripts/checkdb
/scripts/checkdb: line 11: mysql: command not found

Updated mariadb has no mysql executable anymore, make symlink?
Title: Re: CWP + ALmalinux 8 + updated Mariadb 11.4.5
Post by: DangerD2 on April 01, 2025, 09:21:03 AM
Code: [Select]
ln -s /usr/bin/mariadb /usr/bin/mysql
ln -s /usr/bin/mariadb-check /usr/bin/mysqlcheck

That hepled
Title: Re: CWP + ALmalinux 8 + updated Mariadb 11.4.5
Post by: overseer on April 01, 2025, 12:35:40 PM
MariaDB is deprecating the "mysql" binary references, preferring their own name/branding. So yes, symlink if you need the "drop-in" replacement names or due to web developer familiarity.