Monday, June 13, 2011

XAMMP in LINUX 4 steps

step 1

download .tar package , in my case.. you can see it in the desktop

install it:-

sudo tar xvfz xampp-linux-*****.tar.gz -C /opt



step 2

change htdocs permission

sudo chmod 777 -R /opt/lampp/htdocs




step 3 (error handling)

error- another mysql deamon is already running

ans:- /etc/init.d/mysql stop



step 4

run xampp:- sudo /opt/lampp/lampp start




Any problem...?

No comments:

Post a Comment