I reinstall Xampp 1.7.33 but when i start xampp at box show Apache and MySQL not running and when i try to open web localhost at page show
IT WORK ! PLEASE GUIDE ME HOW TO FIX THIS PROBLEM![]()
I reinstall Xampp 1.7.33 but when i start xampp at box show Apache and MySQL not running and when i try to open web localhost at page show
IT WORK ! PLEASE GUIDE ME HOW TO FIX THIS PROBLEM![]()
Xampp may not be running, you may be seeing httpd serving the localhost page. Apache and Xampp are different as you know.
What is the output of this:
If this comes back with apache is running (pid xxx) then you are serving localhost from apache2 not xammp.Code:sudo /etc/init.d/apache2 status [sudo] password for jason: Apache is running (pid xxxx)
Check the status of lampp. I think it is:
Let us know the results.Code:jason@kalturavideo1:~$ sudo /opt/lampp/lampp status [sudo] password for jason: Version: XAMPP for Linux 1.7.1 Apache is running. MySQL is running. ProFTPD is not running.
Jaysunn
i check it from you guide . i got
root@gooddog-desktop:~# /etc/init.d/apache2 status
* Apache is running (pid 2279).
and when i use xampp box start i got this
root@gooddog-desktop:~# /opt/lampp/lampp status
Version: XAMPP for Linux 1.7.3a
Apache is not running.
MySQL is not running.
ProFTPD is running.
that mean i running on apache2 and how to back to use Xampp ?
please tell me .![]()
Stop apache2:
Start Xampp:Code:root@gooddog-desktop:~#/etc/init.d/apache2 stop
Code:root@gooddog-desktop:~#/opt/lampp/lampp start
Jaysunnn
i stoped apache2 Xampp can running but Mysql not running when i go phpMyadmin it have error .
root@gooddog-desktop:~# /opt/lampp/lampp start
Starting XAMPP for Linux 1.7.3a...
XAMPP: XAMPP-Apache is already running.
XAMPP: Another MySQL daemon is already running.
XAMPP: XAMPP-ProFTPD is already running.
XAMPP for Linux started.
i think that problem from i try to use command > sudo update-rc.d mysql defaults
it make mysql error
how to fix this problem ?
Last edited by tonjaa; 7th April 2010 at 10:39 PM.
Please run these commands.
Kill mysql not associated with xammp.
Code:root@gooddog-desktop:~#sudo /etc/init.d/mysql stop
Code:root@gooddog-desktop:~#sudo /opt/lampp/lampp stopThis should allow the xammp services to start, if you only want to run xammp you can remove the other services.Code:root@gooddog-desktop:~#sudo /opt/lampp/lampp start
Code:root@gooddog-desktop:~#sudo apt-get remove apache2This way they are not starting and running together.Code:root@gooddog-desktop:~#sudo apt-get remove mysql
jaysunn
thank you very much jaysunn now everything ok. i can use Xampp
![]()
Great News,
Have a wonderful day...........
Jaysunn
There are currently 1 users browsing this thread. (0 members and 1 guests)