Hi @xwarrior,
More info is needed.
For starters, did the config script succeed at creating the 'kaltura' and 'etl' MySQL users?
You can check that by running:
# mysql -p$YOUR_ROOT_PASSWD
and then:
mysql> select host, user, password from mysql.user;
Also, which MySQL version are you using?