Author |
|
Mitron
Joined: 04 Jan 2006 Posts: 63
|
Posted: Sat 15 Apr '06 12:00 Post subject: PHP 5.1.2 and MySQL 5.0.20 |
|
|
Ok, I hope this isn't off topic here but I was curious if there was a fix for the MySQL 5.0.19 and 5.0.20 showing up in phpinfo() as 5.0.18. I take it the reason is because the only PHP Connector for MySQL is the 5.0.18 version. I kinda asked this on MySQL forum but no reply. Just curious if I have a problem or if this is common due to them not releasing a connector for the more recent versions. |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Sat 15 Apr '06 12:14 Post subject: |
|
|
Be sure that you have libmySQL.dll of version 5.0.20 in your windows folder. Copy it from the .../mysql/bin folder to your windows and php folder.
Steffen |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Sat 15 Apr '06 16:02 Post subject: |
|
|
For portable Versions like on a USB Stick copy the libmySQL.dll in the apache/bin/ folder. |
|
Back to top |
|
Mitron
Joined: 04 Jan 2006 Posts: 63
|
Posted: Sat 15 Apr '06 20:32 Post subject: |
|
|
Steffen wrote: | Be sure that you have libmySQL.dll of version 5.0.20 in your windows folder. Copy it from the .../mysql/bin folder to your windows and php folder.
Steffen |
Thanks again Steffen. I had already done that, but doing a search for that filename I found it also in winnt/system32. After deleting that file everything appears as it should. I must have put it there on the 5.0.18 install. |
|
Back to top |
|
Mitron
Joined: 04 Jan 2006 Posts: 63
|
|
Back to top |
|
Millennium
Joined: 17 Apr 2006 Posts: 179 Location: Leiderdorp, NL, EU
|
Posted: Wed 19 Apr '06 21:44 Post subject: |
|
|
Anybody got the new MySQLI Connector working ? |
|
Back to top |
|