I tried to run this command and got the following errors.
ERROR 2005 (HY000): Unknown MySQL server host '-N' (1)
ERROR 2005 (HY000): Unknown MySQL server host '-N' (1)
ERROR 2005 (HY000): Unknown MySQL server host '-N' (1)
ERROR 2005 (HY000): Unknown MySQL server host '-N' (1)
ERROR 2005 (HY000): Unknown MySQL server host '-p%%ROOTPassword%%' (1)
ERROR 2005 (HY000): Unknown MySQL server host '-p%%ROOTPassword%%' (1)
I am going to guess that since Kaltura DWH can not find the database host that something broke in the configuration that did not properly set my host to local or use the hostname. How do I fix this is there are ini or configuration file I can check to update the information for the DHW host name or IP that the script show be using.
If the file used to define the connection is:
/opt/kaltura/app/configurations/system.ini
Then I have check that file and the host is setup the local IP address 127.0.0.1 which is working but I have no idea what host the script is calling to for it to return an unknown error. Oddly, I didn't get an error when I setup DWH so I am not sure why the process isnt working. I will try the trouble shooting page and manually drop the DWH data and recreate it then run a sanity check and the script manually again.