MICROLINUX HELPING YOU LEARN MORE ABOUT LINUX AND OPEN SOURCE. EVERY DAY WITH HELP, TIPS, ADVICE, AND TECHNIQUES TO IMPROVE TECHNICAL KNOWLEDGE AS WELL AS LEARNING NEW THINGS.

Breaking

Advertisement

Wednesday, 24 May 2017

Installing XAMPP (Apache,MySQL,PHP,Perl) in Linux Ubuntu 16.04 | 14.04 Linux Mint | Ubuntu Tips and Tricks

Xampp allows you to run local server. It is a easy method to install Apache web server MYSQL, php, and perl. Xampp have all stuff in one package.Those who are working on php/apache/mysql environment, I feel it is always easier to download and install xampp on your machine compared to separate installation of php/mysql/apache. Follow the below steps.
currently XAMPP is available for major operating systems (GNU/Linux Distributions, Microsoft Windows, Solaris, and MacOS X).
Full Form of Xampp -

X    (to be read as "cross", meaning cross-platform)
Apache   HTTP Server
MySQL
PHP
Perl

First you need to download Xampp package from here https://www.apachefriends.org/download.html
After that, Change xampp package installer to executable using following command.

sudo chmod +x xampp-linux-x64-1.8.3-2-installer.run

Then run to installing xampp using following command:


Then installation wizard will appear -


Click on Next button -


Click on Next button  Another window will appears


In above screenshot you can see Installation directory path where Xampp will install.Then click on Next.


Click on Next button  Another window will appears


Click on Next button  Another window will appears


It will take some time to install all directories of xampp.After intalling all files another window will appear.


Finally setup Installed. Click on Finish button to start xampp control panel.


Then Go to Manage Servers


Click on Restart All button to restart all xampp's services.After restarting you can see running all services .


Open any web browser and type localhost , you can see xampp welcome page like below screenshot


You can Stop | Start | Restart services from Terminal by performing below commands:


Now check in your web browser xampp stopped.


To start all services of xampp you need to perform following command:


Now check in your browser Xampp is started.


Also check PhpMyadmin working by clicking on PhpMyadmin you can see in below screenshot.


We have successfully installed XAMPP in Ubuntu.

No comments:

Post a Comment