Yes I restarted it, now I get this error.
Fatal error: Uncaught exception 'Exception' with message 'Could not connect to database: mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('your_existing_password'). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file' in /usr/local/centovacast/system/class_CCSQL.php:32 Stack trace: #0 /usr/local/centovacast/system/class_CCSQL.php(32): CCSQL::__construct() #1 /usr/local/centovacast/system/class_CCSQL.php(41): CCSQL->__construct() #2 /usr/local/centovacast/web/install.php(108): CCSQL::singleton() #3 /usr/local/centovacast/web/install.php(394): install_database() #4 {main} thrown in /usr/local/centovacast/system/class_CCSQL.php on line 32
I am trying to finish the install, putting in the passwords, database name etc. Through the web interface. I went into mysql set passwords etc. flushed privledges. I did let centovacast install the mysql database, I checked for mysql update after, there are none. This is all on a fresh Centos system with nothing installed prior. Should I uninstall and try again?