I can't access phpMyAdmin on XAMPP for Windows and the problem must be with MySQL, because on the XAMPP Status, it says MySQL database is DEACTIVATED. But on my XAMPP Control Panel Application, I've already started MySQL and it says Running, although I didn't check the Svc tick box (Is that necessary?). How to activate MySQL database so that I can run phpMyAdmin?
Also, when I open phpMyAdmin page, it says :
*Error
MySQL said: Documentation
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.*
I've already done a research for an answer to this question, but none of them works for me.
localhost
? on127.0.0.1
? – oriquenetstat -aon
to see if any process isLISTENING
to port 3306 – gwillie