Page 1 of 1

phpMyAdmin problem after chaning Listen port

PostPosted: 17. November 2010 15:24
by rss67
I have XAMPP running on LINUX.

After changing Listen port in "/opt/lampp/etc/httpd.conf" as follows
Code: Select all
#Listen 80
Listen 8008

I am not able to use phpMyAdmin. The error I get is
Code: Select all
#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)


Everything else is working fine including Apache on new port and MySql Server.
Just I am not able to use phpMyAdmin.

Is there any configuration that I have to change for phpMyAdmin.

Can you please help me.

Thanks in advance.