Fresh install of Centos 6.7. Running PHP 5.6 and Mysql as the database.
Follow the instructions to install the trunk version after downloading via SVN and have hit a road block. Left Mysql password blank during install and have not run the mysql script yet. Getting direction by the Fog install to install/update database schema and receiving this message when navigating:
Database Schema Installer / Updater
Your database connection appears to be invalid. FOG is unable to communicate with the database. There are many reasons why this could be the case. Please check your credentials in /var/www/html/fog/lib/fog/config.class.php. Also confirm that the database is indeed running. If credentials are correct, and the Database service is running, check to ensure your filesystem has enough space.
I’ve checked all of the recommended locations - password is blank in the config.class.php. I’ve also followed https://wiki.fogproject.org/wiki/index.php?title=Ubuntu_16.04#MySQL_password_behavior even though its for Ubuntu but I’m getting a syntax error with the ALTER USER command I cant seem to rectify.
Thoughts?