LAMPP (XAMPP for Linux) Installation
XAMPP is an easy to install Apache distribution containing MySQL, PHP, Perl and more. XAMPP is really very easy to install and to use - just download, extract and start. The installation I've done here is very straightforward
You can find more information about other start and stop parameters here.
Technorati Tags: xubuntu, php, mysql, lamp, xampp, apache
- Download LAMPP latest version here
- From a shell, do to the directory where you put the downloaded archive, extract it to
/opt
withsudo tar xvfz xampp-linux-1.5.4a.tar.gz -C /opt
- Simply execute this command to start LAMPP with
sudo /opt/lampp/lampp start
- If you happen had this message
/opt/lampp/bin/mysql.server: 334: log_success_msg: not found
, simply follow this instruction to edit your mysql.server file - Open the file with
sudo mousepad /opt/lampp/bin/mysql.server
- On the 1st line change
#!/bin/sh
to#!/bin/bash
You can find more information about other start and stop parameters here.
Technorati Tags: xubuntu, php, mysql, lamp, xampp, apache
4 comments:
Thanks for the info. Very helpful!
Very good Info
Thanks :)
Thanks :)
Post a Comment