1 chris_of_arabia Feb 04, 2009 22:17
3 chris_of_arabia Feb 05, 2009 10:31
That's OK then. Just wondering what they changed and where they changed it now.
4 sam2kb Feb 05, 2009 19:45
If you use localhost MySQL attempts to use a socket file (or named pipe), because it's much faster than the TCP/IP stack. Using 127.0.0.1 doesn't use the socket file
They probably disabled socket connections for some reason.
5 chris_of_arabia Feb 05, 2009 20:43
I was thinking more of them saying they'd edited the host - I'm just curious to know where that is accessed.
Also, they mention changing the script that's connecting to MySQL - which one would I look at for that?
6 sam2kb Feb 05, 2009 21:16
You should edit the host in conf/basic_config.php to 127.0.0.1
7 chris_of_arabia Feb 05, 2009 21:23
OK, cheers. One more little job to sort out... ;)
Yes