rh-mariadb102-mariadb-server-galera
Hello,
I'm trying to install a mariadb galera cluster on RHEL 7.
I did the following:
yum install rh-mariadb102-mariadb-server-galera
Edit the config: /etc/opt/rh/rh-mariadb102/my.cnf.d/galera.cnf
Started the service: scl enable rh-mariadb102 galera_new_cluster
That all went good, but when I want to start mysql, I'm getting:
[root@localhost ~]# mysql
-bash: mysql: command not found
Also normally I'm starting "mysql_secure_installation" and that also isn't working.
Anyone knows what I'm doing wrong?
Thank you.