This is an old revision of the document!


XAMPP

Installation

Configuration

  • Apache > Config > httpd.conf
  • MySQL
    • Set root password: Open the shell from the XAMPP control pane and execute the following command to set the password to 'secret'
    • mysqladmin.exe -u root password secret

Debugging

  • Apache: check error.log. If that doesn't help, issue following commands in Command Prompt:
  • cd \xampp56\apache\bin
    httpd