Notes
This section provides a collection of miscellaneous notes on MySQL Native Driver usage.
Using
mysqlnd
means using PHP streams for underlying connectivity. Formysqlnd
, the PHP streams documentation (Streams) should be consulted on such details as timeout settings, not the documentation for the MySQL Client Library.