...
If a new install, set the MySQL root password:
Code Block | ||
---|---|---|
| ||
/usr/bin/mysqladmin -u root password 'new-password' |
For an existing install / upgrade, you will need to upgrade the existing tables after the restart.
Code Block | ||
---|---|---|
| ||
mysql_upgrade -u root -p |
This will issue a password prompt for the user. If you don't have a root user password, remove the "-p".
DNS and Additional Utilities
...
3. Go to http://﹤web root﹥/install/configTest.php. If there are Follow the provided instructions, correcting any configuration errors listed in red, other than in the Database and Configuration Files section, they must be correctedif they occur.
4. Run configDir.sh ﹤web user﹥ from the command line as root in the web root. This will setup the directories apache user needs read/write access to.
...