kaltura / platform-install-packages

Official deployment packages to install the Kaltura platform on a server or cluster environments using native OS package managers
GNU Affero General Public License v3.0
521 stars 242 forks source link

Error in DB while installing kaltura #631

Closed Jagdeep-Sing closed 6 years ago

Jagdeep-Sing commented 6 years ago

I am using Cent Os 7. I followed all the instructions and at the end of installation when it creates kaltura db's then igot this error:

ERROR: Couldn't connect with mysql -ukaltura -pPTd6Y9u7CnyEbop -hlocalhost -P3306. Please check your setup and then run /opt/kaltura/bin/kaltura-db-config.sh again.

am i doing something wrong?

full output:

Checking MySQL version.. Ver 5.5.56-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... ERROR: Couldn't connect with mysql -ukaltura -pPTd6Y9u7CnyEbop -hlocalhost -P3306. Please check your setup and then run /opt/kaltura/bin/kaltura-db-config.sh again.

Do you wish to remove the Kaltura DBs? [n/Y] Hit 'n' to keep it for debugging purposes.