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