Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Repair PHP/MySQL connections in 10.4.4' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Repair PHP/MySQL connections in 10.4.4
Authored by: fri2219 on Jan 13, '06 02:39:04PM
This hint will reopen the security hole the 10.4.4 update was meant to close.
As others have noted, anyone having problems should follow the directions in the KB article or update their my.cnf file instead.
(I'm running my own compiled v 5.0 binary, and haven't encountered any problems with the LAMP applications I'm using.)

[ Reply to This | # ]
10.4: Repair PHP/MySQL connections in 10.4.4
Authored by: unforeseen:X11 on Jan 14, '06 03:37:47AM

Since only PHP was having problems, but not Perl, I decided to change the path in php.ini to "/tmp/mysql.sock".

Everything runs fine now, Perl did all the time and PHP is happy again. =)

---
this is not the sig you`re looking for.



[ Reply to This | # ]
10.4: Repair PHP/MySQL connections in 10.4.4
Authored by: Elander on Jan 14, '06 07:54:54AM

If you're using PHP 5 from Marc Liyanage's site (entropy.ch), it's already configured to use /tmp/mysql.sock.

---

/elander



[ Reply to This | # ]