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
F18229850: D19216.id.diff
Wed, Aug 20, 11:39 AM
F18212914: D19216.diff
Tue, Aug 19, 3:28 AM
F18124966: D19216.diff
Wed, Aug 13, 12:48 PM
F18094977: D19216.id.diff
Thu, Aug 7, 10:28 PM
F17951649: D19216.id46015.diff
Aug 1 2025, 1:35 AM
F17910696: D19216.id.diff
Jul 29 2025, 3:03 PM
F17898940: D19216.diff
Jul 29 2025, 8:27 AM
F17807863: D19216.id.diff
Jul 25 2025, 3:23 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.