Control Web Panel
WebPanel => CentOS 8 Problems => Topic started 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?
-
ln -s /usr/bin/mariadb /usr/bin/mysql
ln -s /usr/bin/mariadb-check /usr/bin/mysqlcheck
That hepled
-
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.