Notes
This section provides a collection of miscellaneous notes on MariaDB Native Driver usage.
- Using
mysqlnd
means using PHP streams for underlying connectivity. Formysqlnd
, the PHP streams documentation (http://www.php.net/manual/en/book.stream) should be consulted on such details as timeout settings, not the documentation for the MariaDB Client Library.