Author Topic: CWP + ALmalinux 8 + updated Mariadb 11.4.5  (Read 62 times)

0 Members and 2 Guests are viewing this topic.

Offline
*
CWP + ALmalinux 8 + updated Mariadb 11.4.5
« 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?

Offline
*
Re: CWP + ALmalinux 8 + updated Mariadb 11.4.5
« Reply #1 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

Offline
*****
Re: CWP + ALmalinux 8 + updated Mariadb 11.4.5
« Reply #2 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.