Manually Start LAMP Server
Remove from start up:
sudo update-rc.d apache2 remove
sudo update-rc.d mysql remove
Start at will:
sudo service mysql start
sudo service apache2 start
This will start Apache, MySql and ProFTPD.
Just write this in terminal:
sudo /opt/lampp/lampp start