Hello Everybody , How you can fix this problem
MySQL said:
#2002 – The server is not responding (or the local MySQL server’s socket is not correctly configured)
Connection for controluser as defined in your configuration failed.
Very simple :
1 – open your terminal
2- you should be on root “su”
3- copy this command line , past
sudo apt-get --purge remove mysql-server mysql-client
after finish the order for this command you shoud be go to point 4
4- Same point 3 copy and past this command line
sudo apt-get install mysql-server mysql-client
5- Restart your lampp
/opt/lampp/lampp restart
6- Welcome to your phpmyadmin

