How do i change where php looks for the mysql socket i need it to be /var/lib/mysql/mysql.sock right now I keep getting an error telling me it is looking in /tmp/mysql/mysql.sock. I have tryed every way i can think of to do it but with no luck so any help would be welcome.
Thanks Rocket
Dont know where to change it, but you can probably change the location on the mysql side in the my.conf.
If not just do a ln -s /var/lib/mysql/mysql.sock /tmp/mysql/mysql.sock
Not the best answer but it works.