I have apache2 and Xampp both installed in my server now my problem is
When i stop apache2 from /etc/init.d/apache2 stop
and tried restart xampp like /opt/lampp/lampp restart i am getting the response
Stopping XAMPP for Linux 1.7.3a...
XAMPP: XAMPP-Apache is not running.
XAMPP: XAMPP-MySQL is not running.
XAMPP: XAMPP-ProFTPD is not running.
XAMPP stopped.
Starting XAMPP for Linux 1.7.3a...
The story:
A couple days ago I had created a new database and added a table to it using phpMyAdmin running on the Chrome browser. I then attempted to do something else, don't remember what, using the same software, when Chrome crashed.
I then could not get into the database using my name.
When I try to start XAMPP with sudo /opt/lampp/lampp start command it gives me a message like this.
Starting XAMPP for Linux 1.7.7...
XAMPP: Another web server daemon with SSL is already running.
XAMPP: Starting MySQL...
XAMPP: Couldn't start MySQL!
XAMPP: XAMPP-ProFTPD is already running.
XAMPP for Linux started.
What is this and how can I find what was this another web server daemon with SSL.
Hi,
I moved my ubuntu server install from dynamic to static IP.
Hi All,
i am install a apache, mysql server in ubuntu 12.04.
what i try to do, using a php code to start/stop mysql daemon.
here my code,
<html>
<body>
<?php
exec("sudo /etc/init.d/mysql start > /dev/null 2>&1 &");
?>
</body>
</html>
when i do ps aux, mysql not running...
root@jose-desktop:~# sudo /opt/lampp/lampp start
Starting XAMPP for Linux 1.7.7...
XAMPP: Starting Apache...
XAMPP: Another MySQL daemon is already running.
XAMPP: Starting ProFTPD...
XAMPP for Linux started.
I managed to connect the Apache but, now,,, Another MySql daemon is already running? still appearing and I can't connect MySQL
any help?
I have mysql installed (from repos) on a development machine (laptop) and I don't need the daemon running on every boot. I've copied /etc/init/mysql.conf to /etc/init/mysql.conf.old and then removed everything following the "start on" line.
Hi. I am using Xammp on ubuntu. When i installed it yesterday, apache was running well but now i get this message whenever i do sudo /opt/lampp/lampp start
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Error 1!
I face this problem :
root@aadel-pc:/home/osama# /opt/lampp/lampp startmysql
XAMPP: Another MySQL daemon is already running.
I've tried to install phpmyadmin, mysql and apache2 manually before I've install XAMPP, but I've already removed them now.
I don't know how to shut this "other MySQL daemon" ?!