0. WIKINDX has been installed into ${MY_INSTALLDIR} 1. Create a new MySQL database (if your MySQL root user has a password, also supply the -p option to the following mysql commands): mysqladmin -uroot create wikindx3 2. Now set up a user account 'wikindx': mysql wikindx3 -uroot -e"GRANT ALL PRIVILEGES ON wikindx3.* TO wikindx@localhost IDENTIFIED BY ''" 3. Edit ${MY_INSTALLDIR}/config.php and set database settings 4. To finish the installation, please browse to http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/index.php