Page MenuHomePhabricator

Issue setup guidance recommending MySQLi and MySQL Native Driver
ClosedPublic

Authored by epriestley on Mar 13 2018, 7:35 PM.
Tags
None
Referenced Files
F13079598: D19216.id46015.diff
Tue, Apr 23, 11:52 PM
Unknown Object (File)
Fri, Apr 19, 3:15 AM
Unknown Object (File)
Sat, Apr 13, 10:21 AM
Unknown Object (File)
Sun, Mar 31, 2:31 AM
Unknown Object (File)
Mar 20 2024, 5:17 PM
Unknown Object (File)
Feb 15 2024, 10:56 PM
Unknown Object (File)
Jan 4 2024, 8:07 PM
Unknown Object (File)
Dec 30 2023, 6:43 PM
Subscribers
None

Details

Summary

Fixes T12994. We need MYSQLI_ASYNC to implement client-side query timeouts, and we need MySQLi + MySQL Native Driver to get MYSQLI_ASYNC.

Recommend users install MySQLi and MySQL Native Driver if they don't have them. These are generally the defaults and best practice anyway, but Ubuntu makes it easy to use the older stuff.

All the cases we're currently aware of stem from apt-get install php5-mysql (which explicitly selects the non-native driver) so issue particular guidance about php5-mysqlnd.

Test Plan
  • Faked both issues locally, reviewed the text.
  • Will deploy to secure, which currently has the non-native driver.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Mar 13 2018, 7:36 PM
epriestley requested review of this revision.
This revision was automatically updated to reflect the committed changes.