Home » PHP » PHP MySQL Database » Question
  1. In which version of PHP was MySQL Native Driver(also known as mysqlnd) introduced?
    1. PHP 5.3
    2. PHP 5.2
    3. PHP 5.1
    4. PHP 5.0
    5. None of these
Correct Option: A

PHP required that MySQL client library be installed on the server from which PHP was communicating with MySQL, whether the MySQL server also happened to reside locally or elsewhere. PHP 5.3 removes this problem by introducing MySQL Native Driver.



Your comments will be displayed only after manual approval.