saving . . . saved What is meaning of command on terminal /opt/lampp/bin/mysql.server: 260: kill: No such process has been deleted. What is meaning of command on terminal /opt/lampp/bin/mysql.server: 260: kill: No such process has been hidden .
What is meaning of command on terminal /opt/lampp/bin/mysql.server: 260: kill: No such process
Title
Question
Dear Sir/Madam,

I have installed Xamp on my server Successfully and
started services of xamp by using cammand

sudo /opt/lampp/lampp start
 
and getting out put like

Starting XAMPP for Linux 5.6.39-0...
XAMPP: Starting Apache...already running.
XAMPP: Starting MySQL...ok.
XAMPP: Starting ProFTPD...ok.

but,  it is also giving another message on next terminal like below

<font color="#000066">ComputerName:~$ /opt/lampp/bin/mysql.server: 260: kill: No such process</font>

What is meaning of above command and whether it is affecting to smooth working of Moodle server.

Please Reply.


PHP-and-MySQL XAMPP-in-Linux 00-01 min 20-30 sec 12-03-19, 12:39 p.m. raghunathkawale

Answers:

The apache server might be already running in your machine.

Please execute the below commands and restart the XAMPP server.

 sudo /etc/init.d/mysql stop
 sudo /etc/init.d/apache2 stop
 sudo /opt/lampp/lampp restart
12-03-19, 1:02 p.m. NirmalaVenkat
thanks, now it is working
12-03-19, 1:31 p.m. raghunathkawale

Login to add comment


I had the same problem.  It is working now with your solution. Thank you. 
09-05-21, 11:35 a.m. rmn123


Log-in to answer to this question.