


Vim /opt/lampp/etc/extra/nfĪdd the following in the New security concept errorĮrrorDocument 403 /error/XAMPP_Ĭonfigure mysql for access Edit the mysql xampp configuration fileĪdd "bind-address=0.0.0.0" in the configuration Also add the user access privileges:ĬREATE USER ALL PRIVILEGES ON *.* TO WITH GRANT OPTION MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0 CREATE DATABASE IF NOT EXISTS `root` GRANT ALL PRIVILEGES ON `root`.* TO ALL PRIVILEGES ON `root\_%`.* TO had a requirement of installing PostgreSQL as well so here is another detail around that. Make it a service daemon by using the followingĬonfigure Apache HTTPD for access Edit the configuration file for apache xampp Install other basic pre-requisites on the instance Install a test editor Sudo ln -s /opt/lampp/lampp /etc/init.d/lampp Once the download is complete, run the installer and follow the instructions to complete the installation. You can download XAMPP for Windows, Linux, or Mac OS from the official website ( ). Once you are done with the above, the last screen will initiate the installation and will look like below.

Install XAMPP Download : Execute the downloaded binary after making it executable Step 1: Download and Install XAMPP The first step is to download and install XAMPP on your local machine. Upon completion of installation, when you click Finish, the XAMPP Control Panel will open.inal step is to Start Apache / MySQL or any components of your choice by clicking on the Start buttons next to each item. Installation is something you can take care of in a VirtualBox environment by providing the right configuration and network access to the instance. I did this on a Fedora 21 workstation version from ( )
