Bug #8948 Only work on command line
Submitted: 4 Mar 2005 15:04 Modified: 4 Mar 2005 15:42
Reporter: Ariston Darmayuda Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:MySQL-5.0.2-alpha OS:Windows (Windows XP SP 2)
Assigned to: CPU Architecture:Any

[4 Mar 2005 15:04] Ariston Darmayuda
Description:
I report a bug...
I try execute query on php, MySQL Query Browser and it always crash the server, i use executable are mysqld-max-nt.exe.
Than i try use the MySQL Command Line and it works correctly and it doesn't crash the server. The query that i try to run on both (MySQL Query Browser and MySQL Command Line) are :
  mysql>use test
  mysql>CREATE TABLE t (c CHAR(20) CHARACTER SET utf8 COLLATE utf8_bin);
  mysql>Insert Into t Values (1234);
then the last that raise crash on MySQL Query Browser :
  mysql>Select * From t;
On MySQL Command Line it's success, but on MySQL Query Browser it's loading for a long time then the windows said mysqld-max-nt crash ???
I have install php-5.1.0 and copy libmysql.dll that provide by that php into my system32 folder, is MySQL conflict with the PHP ???

How to repeat:
Send any suggestion, configuration, conclusion, patch address into this email :
fLAre_Dra_X@yahoo.com
I really love the new design of mysql so help me with this bugs.

Suggested fix:
Give what configuration that i need to do ???
[4 Mar 2005 15:42] MySQL Verification Team
Sorry this problem only can be fixed if you build the server from
the BK source where is already fixed or to wait for the next
release.