Page MenuHomeDevCentral

Configure MySQL socket in php.ini
ClosedPublic

Authored by dereckson on Mar 23 2018, 15:26.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 3, 13:43
Unknown Object (File)
Fri, Jan 2, 18:44
Unknown Object (File)
Fri, Jan 2, 10:01
Unknown Object (File)
Thu, Jan 1, 14:59
Unknown Object (File)
Mon, Dec 29, 05:28
Unknown Object (File)
Wed, Dec 24, 19:02
Unknown Object (File)
Tue, Dec 23, 14:02
Unknown Object (File)
Mon, Dec 22, 13:44
Subscribers
None

Details

Summary

Tell MySQLi and PDO MySQL extension the default MySQL socket path.

Fixes T1366.

Test Plan

mysqli_connect("localhost", "", "")

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
php-configuration-file
Build Status
Buildable 2336
Build 2584: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Mar 23 2018, 15:27
This revision was automatically updated to reflect the committed changes.