apache - MySQL Database stopped in XAMPP-1.8.3.4 in ubuntu 14.04 -
mysql running, when open http://localhost/phpmyadmin/ error :
#2002 - connection refused server not responding (or local server's socket not correctly configured).
when try run command line sudo /opt/lampp/lampp start, message :
xampp: starting apache...ok.
xampp: starting mysql...already running.
i have checked in ps -aux | grep mysqld
i message this:
ahmadso+ 7118 0.0 0.0 15948 2220 pts/6 s+ 09:23 0:00 grep --color=auto mysqld
when try sudo service mysql stop message :
stop: unknown instance:
i use ubuntu operating system, have tried uninstall , reinstall xampp, not resolve issue.
please me.
try stopping xampp services , start them again:
stop
sudo service apache2 stop sudo service mysql stop start
sudo service apache2 start sudo service mysql start
Comments
Post a Comment