downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

API de Complementos del Controlador Nativo de MySQL> <Estadísticas
[edit] Last updated: Fri, 07 Jun 2013

view this page in

Notas

En esta sección se ofrece una colección de diversas notas sobre el uso del Controlador Nativo de MySQL.

  • Utilizar mysqlnd significa que se están utilizando flujos PHP para la conectividad subyacente. Para mysqlnd, se debe consultar la documentación de flujos de PHP (Flujos) para detalles como la configuración del tiempo de espera, y no la documentación para la Biblioteca Cliente de MySQL.



add a note add a note User Contributed Notes Notas - [1 notes]
up
0
Les Brown
3 years ago
After upgrading from php 5.2 to php 5.3 on Windows, I was unable to connect to MySQL databases on localhost. I eventually tracked the problem down to entries in my hosts file:
It contained:
127.0.0.1       localhost
[...]
::1             localhost
Commenting out the second line fixed the problem.

The problem is explained here: http://bugs.php.net/bug.php?id=50172

 
show source | credits | stats | sitemap | contact | advertising | mirror sites