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!

Fongming  from Taiwan!!   
                           2001/1/21



-----------------------------------------------------
This mail sent through IMP: http://web.horde.org/imp/

---------------------------------------------------------------------
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