How to Fix /opt/lampp/bin/mysql.server: 264: kill: No such process in Ubuntu

Ubuntu is a free and open source Linux distribution Operating System based on Debian. Ubuntu is one of the best platform for Software Development.



How to Fix /opt/lampp/bin/mysql.server: 264: kill: No such process in Ubuntu

If you are new to Ubuntu than you may face /opt/lampp/bin/mysql.server: 264: kill: No such process error in the terminal window as shown in the image given below when you are starting phpmyadmin or you are not able to load phpmyadmin in Ubuntu Operating System. Here I will share step wise step process to fix this type of error in Ubuntu.



When you try to start your phpmyadmin server in your Ubuntu OS than sometimes you may face this error as mention in the picture given above. 

Why this error?

The meaning of this error is that the MySQL or Apache server is already running, and a server cannot be started twice in a system.

Steps to Fix it

Step 1: Check the status of the MySQL Service with the help of following terminal command.
service mysql status


As you can see, the MySQL service is already running.To cancel it press ctrl+c.

Step 2: To stop the MySQL service type the following command in terminal and enter your password.
service mysql stop


Step 3: Confirm the status of MySQL service.
service mysql status


Step 4: Also close the Apache2 server with the following command in terminal.
sudo /etc/init.d/apache2 stop


Step 4: Now start phpmyadmin with the following command normally.
sudo opt/lampp/lampp start




Now the phpmyadmin will work normally.

Thanks for visiting our blog.
إرسال تعليق (0)
أحدث أقدم