Page 1 of 1

Pb with PDO (XAMPP 1.7)

PostPosted: 13. March 2009 10:50
by sgrandgi
I have a big problem with PDO and XAMPP 1.7.....

This solution solve my pb :
http://www.netfulvpc.fr/phptechnoframe/ ... omment-176

Re: Pb with PDO (XAMPP 1.7)

PostPosted: 16. March 2009 21:45
by rdwonline
Unless you ONLY use PDO and none of the MySQL functions, the problem you're gonna run into here is a version conflict between the MySQL server and libmysql.dll. This is really bad if you use phpMyAdmin or the native mysql(i) functions in your web apps.

Re: Pb with PDO (XAMPP 1.7)

PostPosted: 17. March 2009 00:02
by Izzy
rdwonline wrote:...the problem you're gonna run into here is a version conflict between the MySQL server and libmysql.dll.
This post which I provided a set of links to you in your first post in these forums has a remedy for this known bug:
viewtopic.php?p=136684#p136684