2 messages in com.mysql.lists.bugsDBUG Test signal!| From | Sent On | Attachments |
|---|---|---|
| Alexey Sizikov | 16 Sep 2000 13:06 | |
| Michael Widenius | 16 Sep 2000 13:40 |
| Subject: | DBUG Test signal!![]() |
|---|---|
| From: | Michael Widenius (mon...@mysql.com) |
| Date: | 09/16/2000 01:40:51 PM |
| List: | com.mysql.lists.bugs |
Hi!
"Alexey" == Alexey Sizikov <msgl...@mail.ru> writes:
Alexey> Hello support group.
Alexey> My MySQL not working propertly. When i run this code (PHP4) mysqld.exe
give me error in popup window with DBAG - Test signal!
Alexey> In you list (lists.mysql.com) there are so many people have this bug,
but on your site i dont find any information about it.
Alexey> Computer: P3-550 with 64 MB of RAM Alexey> System: Win 98 SE Alexey> Mysql: latest beta release Alexey> Apache: 1.3.12 latest release Alexey> Running code:
Alexey> <?php
Alexey> $db = mysql_connect("localhost", "root");
Alexey> mysql_select_db("scl8",$db);
Alexey> $res = mysql_db_query("scl8",$sqlsent,$db);
Alexey> $sqlsent='insert into base(fio,sub,lab,printer,info,date,time) values
("'.$fio.'","'.$sub.'","'.$lab.'","'.$printer.'","'.$info.'","'.date("d.m.Y").'","'.date("H.i").'")';
Alexey> $result=mysql_query($sqlsent);
Alexey> $header="Location: index.phtml?url=ok";
Alexey> header ($header);
Alexey> exit;
Alexey> ?>
The above is not enough information is not enough to repeat the bug.
The reason the debug message pops up is that something went wrong, which caused a signal to be sent to MySQL.
Please check the following MySQL manual entries for some information about how to find out what's wrong:
http://www.mysql.com/Manual_chapter/manual_Questions.html#Asking_questions
http://www.mysql.com/Manual_chapter/manual_Problems.html#Crashing
and
http://www.mysql.com/Manual_chapter/manual_Porting.html#Debugging_server
The above manual entries describes how you can find out what goes wrong and hopefully help you make a repeatable case that we can fix.
Regards, Monty




