PHP Doku:: Notes - mysqlnd.notes.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenMySQL Native DriverNotes

Ein Service von Reinhard Neidl - Webprogrammierung.

MySQL Native Driver

<<Statistics

MySQL Native Driver Plugin API>>

Notes

This section provides a collection of miscellaneous notes on MySQL Native Driver usage.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
Les Brown
23.02.2010 20:04
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



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)