Copyright 1997-2010 the PHP Documentation Group.
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 (book.stream) should be consulted on such details as timeout settings, not the documentation for the MySQL Client Library.