I installed the lampp sever on my local in linux OS, but its giving error while opening phpmyadmin.
#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
I installed the lampp sever on my local in linux OS, but its giving error while opening phpmyadmin.
#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
check if MySQL is running with this command
mysqladmin -u root -p status
if it is running it will ask for your password otherwise it will spit out an error