ID: 32557
User updated by: sun_yc at 163 dot net
Reported By: sun_yc at 163 dot net
Status: Open
Bug Type: MySQL related
Operating System: windows
PHP Version: 4.3.11
New Comment:
Note that the two backslash does not exist,sorry.
Bug #22083 php-cli MySQL charset problem
It still exist. since Mysql goes to 4.1. When I set utf-8 to be default
charset in Mysql installation.
it is showed in apache's log
File 'c:\mysql\share\charsets\?.conf' not found (Errcode: 2)
Character set '#33' is not a compiled character set and is not
specified
in the 'c:\mysql\share\charsets\Index' file
Previous Comments:
------------------------------------------------------------------------
[2005-04-03 17:08:53] sun_yc at 163 dot net
Description:
------------
Bug #22083 php-cli MySQL charset problem
It still exist. since Mysql goes to 4.1. When I set utf-8 to be default
charset in Mysql installation.
it is showed in apache's log
File 'c:\mysql\\share\charsets\?.conf' not found (Errcode: 2)
Character set '#33' is not a compiled character set and is not
specified
in the 'c:\mysql\\share\charsets\Index' file
Reproduce code:
---------------
@mysql_connect("localhost","root","123");
Expected result:
----------------
nothing
Actual result:
--------------
nothing
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=32557&edit=1