I have been looking for information in all kinds of forums and pages, including the PHP documentation, but I can not find how I can install this library, since I manage Web-Services
to be able to consult my databases in Mysql
but by default the library libmysql
is installed, and therefore I can not execute those queries.
Please people, some clue or documentation to be able to do the update correctly.
Mysqlnd version installed:
mysqlnd 5.0.12-dev - 20150407
This is the error that the server throws at me when I make a query when Mysqlnd is not updated:
PHP Fatal error: Uncaught Error: Call to undefined method mysqli_stmt :: get_result ()
UPDATE According to the documentation in PHP , the library must be installed using the following command but I do not know where it applies, since I use a server with Unix:
$ ./configure --with-mysqli = mysqlnd --with-pdo-mysql = mysqlnd --with-mysql = mysqlnd