Friday, April 26, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 2967  / 3 Years ago, sun, may 16, 2021, 11:40:40

I don't know if this is the right place to put this question.
I installed Lampp and followed this instructions http://www.apachefriends.org/en/xampp-linux.html#377
and everything worked fine until i rebooted the computer and this happened



MySQL error



It can be because of i rebooted the computer while lampp was on.



Anyone that can help?



EDIT:



I can run php files. It's just phpmyadmin that doesn't work



And i get this in http://localhost/xampp/



enter image description here



Maybe this has something to do with it.



jeggy@jeggy-XPS:~$ sudo /opt/lampp/lampp start
Starting XAMPP for Linux 1.7.7...
XAMPP: Another web server daemon is already running.
XAMPP: Another MySQL daemon is already running.
XAMPP: Another FTP daemon is already running.
XAMPP for Linux started.
jeggy@jeggy-XPS:~$ sudo /opt/lampp/lampp stop
Stopping XAMPP for Linux 1.7.7...
XAMPP: XAMPP-Apache is not running.
XAMPP: XAMPP-MySQL is not running.
XAMPP: XAMPP-ProFTPD is not running.
XAMPP stopped.

More From » mysql

 Answers
1

Type



sudo /etc/init.d/mysql stop
sudo /opt/lampp/lampp restart


The problem is another mysql daemon is running.



You might also need to stop the systems apache service too.
[/etc/init.d/apache2 stop]


[#39193] Tuesday, May 18, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
socelebrate

Total Points: 274
Total Questions: 123
Total Answers: 124

Location: Saint Helena
Member since Mon, Jan 16, 2023
1 Year ago
;