Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 5.2.0

...

 If a new install, set the MySQL root password:

 

Code Block
languagebash
    /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
languagebash
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.

...