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

search for in the

API du plugin du driver natif MySQL> <Statistiques
[edit] Last updated: Wed, 19 Jun 2013

view this page in

Notes

Cette section fournit une compilation de notes diverses sur l'utilisation du pilote natif MySQL.

  • Utiliser mysqlnd signifie utiliser les flux PHP pour la connexion sous-jascente. Avec mysqlnd, la documentation des flux PHP (Flux) devrait ĂȘtre consultĂ©e en ce qui concerne les notions comme les timeouts et non pas la documentation de la librairie cliente MySQL.



add a note add a note User Contributed Notes Notes - [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 | sitemap | contact | advertising | mirror sites