Bug 60542
| Summary: | failure on php to connect to mysql after updating php. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Drew Bertola <drew> | ||||
| Component: | php | Assignee: | Phil Copeland <copeland> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | David Lawrence <dkl> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 7.2 | CC: | jbearer | ||||
| 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-04 06:25:28 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: | |||||||
| Attachments: |
|
||||||
|
Description
Drew Bertola
2002-03-01 15:45:02 UTC
Untill they get this fixed you can create a symlink from /var/lib/mysql/mysql.sock to /tmp/mysql.sock. that got me back up and running. Is there a config file to fix this or is it compiled into a binary? Created attachment 47282 [details]
one line patch to change default mysql.sock location in configure script
of course - that means you have to apply that patch before rebuilding that RPM :) But the softlink from /tmp/mysql.sock works just as well. |