Page 1 of 1

phpMyAdmin cannot start when offline

PostPosted: 10. July 2012 17:53
by turtlepod
i use windows xp and xampp 1.7.7 for local WordPress dev.
and i cannot connect to mysql database whenever i don't have any internet connection.
(disconnected from internet)

i got this error if i try to go to phpMyAdmin page
"#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)"

do i have to have working internet connection to use mysql in xampp?
and is there a way to solve this?

i already try searching but cannot find solution yet.

thank you..

note:
i try this is 2 computer and have the same problem.

Re: phpMyAdmin cannot start when offline

PostPosted: 10. July 2012 19:25
by JonB
Has MySQL been installed on this machine before XAMPP??

:?:

Re: phpMyAdmin cannot start when offline

PostPosted: 11. July 2012 12:44
by turtlepod
no mysql before xampp.

everything working fine with internet connection.
but mysql/phpmyadmin not working without internet connection.

Re: phpMyAdmin cannot start when offline

PostPosted: 11. July 2012 13:38
by JonB
OK

try binding MySQL to 127.0.0.1

Also check your hosts file to make sure there is an entry:

127.0.0.1 localhost


Good Luck
8)