Forum Moderators: phranque
I did the recompile php --with-mysql.. still same error, anybody any idea what causes this?
Jim
this is because PHP's MySQL client version is 3.23.49 and your installation is 4.1.xx.
On my machine I copied files 'Index' + 'win1250.conf' to c:\mysql\share\charsets. Look at archived source in dev.mysql.com.
So if your PHP installation's "hook" into MySQL is a different version than your MySQL version, that may be the cause. If not, you may want to dig through those search results some more.
Jim