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.
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
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
Login to add comment