Top "Mysqlnd" questions

The MySQL native driver for PHP (mysqlnd) is a drop-in replacement for the MySQL Client Library (libmysql) for the PHP script language.

How to enable mysqlnd for php?

I have PHP installed and running (version: 5.3.17) and I want to switch to mysqlnd (in the phpinfo mysqlnd does not …

php mysql linux yum mysqlnd
Fatal error: Call to undefined method mysqli_result::fetch_all()

I have problems with PHP in Ubuntu 10.04. When I try use mysqli_result::fetch_all this error appears: Call to …

php mysqli fetchall mysqlnd
How to know if MySQLnd is the active driver?

Maybe it's an obvious question, but I want to be sure. How can i know if it MySQLnd is the …

php mysql mysqlnd
MySQLi not found dockerized php

I'm trying to dockerize my website. I've got Nginx and PHP up and running and it's working find except I …

php docker mysqli mysqlnd
What the different between MySQL Native Driver and MySQL Client Library

I want to know the different between MySQL Native Driver and MySQL Client Library and when to use both of …

php mysql mysqli mysqlnd
Will installing mysqlnd break existing code in PHP which uses mysql?

I'm moving my code from using mysql in PHP to mysqli. In order to get the mysqli get_result() function …

php mysql mysqlnd
What is the difference between Mysqlnd, PDO and PDO_Mysql extensions in php?

They seem to be the same thing, and yet different. I don't know which one is which: I know we …

php pdo php-extension php-internals mysqlnd
mysqlnd: Cannot connect to MySQL 5.5.24, old_passwords is Off

I have two enviroments: Dev: Windows 7, PHP 5.3.24, Apache 2.2.24 Production: Linux, PHP 5.4.10, Apache Both connects to a remote MySQL 5.5.24 Server. Remote …

php mysql mysqli mysqlnd