hi all, it is one week i'm trying to install Kaltura. I'm not confident with linux but i think there is some problem in the installation.
As in previous post i have the same issue
kaltura-sphinx-2.2.1-17.x86_64
base-config completed successfully, if you ever want to re-configure your system (e.g. change DB hostname) run the following script:
rm /opt/kaltura/app/base-config.lock
/opt/kaltura/bin/kaltura-base-config.sh
Starting kaltura-monit (via systemctl): [ OK ]
Configuring your Kaltura DB...
Checking MySQL version..
Ver 5.5.44-MariaDB found compatible
CREATE USER kaltura;
CREATE USER etl;
CREATE DATABASE kaltura;
CREATE DATABASE kaltura_sphinx_log;
CREATE DATABASE kalturadw;
CREATE DATABASE kalturadw_ds;
CREATE DATABASE kalturadw_bisources;
CREATE DATABASE kalturalog;
Checking connectivity to needed daemons...
Connectivity test passed:)
ERROR: Couldn't connect to Sphinx with mysql -h127.0.0.1 -P9312.
Please check your setup and then run /opt/kaltura/bin/kaltura-db-config.sh again.
My problem is there
ERROR: Couldn't connect to Sphinx with mysql -h127.0.0.1 -P9312.
I tried to access writing as root
mysql -h127.0.0.1 -P9312.
It doesn't work. I can access if i put
mysql -pXXXX -h127.0.0.1 -P9312.
the password i set is the same of the root for mariadb.
many thanks in advance.
Carlo