Hi:

Happy New Year! 

I use apache1.3.12 + PHP4.3.pl1 on win98
Today I downloaded MySQL 3.23.31 to process the 
database .

I installed apache on  c:\apache  ,and I put PHP under
it's directory :  c:\apache\php


When I executed the PHP's little test query string on 
the localhost web 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/

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to