On Saturday 20 January 2001 09:32, fongming wrote:
>Hi:
>
>Happy New Year!!
>
>Today I downloaded the Mysql-3.23.31 and installed
>
>on win98.
>
>When I executed a  little test query string on 
>the localhost web (win98 )just like :
>---------------------------------------------
><?
>mysql_pconnect ("localhost","root","1234");
>mysql_select_db("gon");
>$result=mysql_query("select * from  mymp3 ");
>if ($resutl) {
>echo "Query successful!!"; }
>?>
>----------------------------------------------
>I thought  it to be a  simple test, but it always 
>happen to pop up the message menu :
>------------:
>: DUBUG     :
>:-----------: 
>:test signal:
>:-----------:
>then  pop up the follow menu shows  system error:
>--------------------------------------------------
>MYSQLD caused an invalid page fault in
>module MYSQLD.EXE at 015f:0052cad0.
>Registers:
>EAX=00000004 CS=015f EIP=0052cad0 EFLGS=00010246
>EBX=00000008 SS=0167 ESP=0181f964 EBP=0181f9d0
>ECX=00000004 DS=0167 ESI=816c4c10 FS=3357
>EDX=0181fe84 ES=0167 EDI=816d9990 GS=0000
>Bytes at CS:EIP:
>8b 01 ba ff fe fe 7e 03 d0 83 f0 ff 33 c2 83 c1 
>Stack dump:
>004d0611 00000004 816d9990 816c4c10 00000008 0000015f 
>bff80f5d c15d82e8 00000109 0181fa08 00000034 0181fa08 
>00000034 0181fa00 00000000 0000002
>-----------------------------------------------------
>and then  mysqld stop running and shutdown itself.
>
>What's wrong with that ? Was it my own system problem?
>or any other error ?
>
>Would you please tell me how to solve it? Thanks!

We have just recently detected this bug and I have sent an advisory with the 
patch to [EMAIL PROTECTED] If you can, wait until we release an update. 
If not, use 3.23.30. Of course, you could apply the patch and compile MySQL 
yourself, if you have Visual C++.

-- 
MySQL Development Team
   __  ___     ___ ____  __ 
  /  |/  /_ __/ __/ __ \/ /   Sasha Pachev <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Provo, Utah, USA
       <___/                  

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to