Hi
I compiled MySQL-3.23.33 and PHP-4.0.4.pl1 + Apache-1.3.17 on FreeBSD 4.2.
Configure MySQL with option "--with-charset=cp1251". Client (mysql) connect to database without problems (all work).
But when i try connect to mysql from php:
<?
$link = mysql_connect() or die (mysql_error());
?>
server response error:
Warning: MySQL Connection Failed: Can't initialize character set 14 (path: default) in /www/htdocs/test.php3 on line 2
What's wrong?
Thanks,
Maxim.