Bug 60840
| Summary: | New PHP packages change default MySQL socket location | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Cristian Gafton <gafton> |
| Component: | php | Assignee: | Phil Copeland <copeland> |
| Status: | CLOSED DUPLICATE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.2 | CC: | mfiorill |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-03-07 21:20:57 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Cristian Gafton
2002-03-07 20:20:48 UTC
This upgrade also appears to break PEAR support. Packages depening on PEAR for abstracted database calls break (such as PHPnuke). See pear.php.net for info on PEAR. *** This bug has been marked as a duplicate of 60515 *** you could try changing my.cnf in /etc. If php changes the default it is probably changing that file. If that file doesn't exist (you've probably set it up wrong then, it should exist) copy your desired my.cnf file from path-to-mysql/support-files to /etc then rename it to my.cnf (it will originally be called my-large.cnf or my-small.cnf or a few others). Then open it up and right near the top it should have a couple of socket settings. Change them all back to /tmp/mysql.sock if they are different. If they aren't different because you just copied that file from the support-files directory then restart your mysql server and it should work. |