[PHP] deleting records in mysql

2002-03-12 Thread Michael P. Carel

Hi to all,

just want to ask why does the records in the table field sometimes failed to
delete in using an interface such as using a delete mysql queries in PHP or
even in a WEBMIN mysql gui interface. When it happens i need to manual
delete the records using a command line.
is there any bug in the the version of mysql im using?my php scripts failed
when this happened. Im using mysql version 11.15 distribution 3.23.39 in
redhat linux 6.2


Regards,
Mike



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] deleting records in mysql

2002-03-12 Thread Faisal Abdullah

The web interfaces probably failed to receive the ID of the row you wish to 
delete. What's the error message? Does the ID of the row you wish to delete 
appear in the Delete Link in the web interface?

Regards,
Faisal

On Tuesday 12 March 2002 17:35, you wrote:
 Hi to all,

 just want to ask why does the records in the table field sometimes failed
 to delete in using an interface such as using a delete mysql queries in PHP
 or even in a WEBMIN mysql gui interface. When it happens i need to manual
 delete the records using a command line.
 is there any bug in the the version of mysql im using?my php scripts failed
 when this happened. Im using mysql version 11.15 distribution 3.23.39 in
 redhat linux 6.2


 Regards,
 Mike

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] deleting records in mysql

2002-03-12 Thread Michael P. Carel

There were no error message for both of the interface,the field records just
remain the same and still in the table upon deletion. This happen
intermittently(sometimes it deletes and sometimes it does'nt). The php
scripts that i've created checked the records of the table and if it's still
exists it will show a pre-defined error messages. I'm using WEBMIN(gui
interface) mysql module in administering MySQL server and it shows the same
problem when i used it to delete records , i should also used the WEBMIN
command line MySQL interface to delete the record field.

Do you have any idea? The system that im creating now using a PHP will
become unstable if this problem exists. Please help us.

Regards,
Mike

- Original Message -
From: Faisal Abdullah [EMAIL PROTECTED]
To: Michael P. Carel [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, March 12, 2002 5:41 PM
Subject: Re: [PHP] deleting records in mysql


 The web interfaces probably failed to receive the ID of the row you wish
to
 delete. What's the error message? Does the ID of the row you wish to
delete
 appear in the Delete Link in the web interface?

 Regards,
 Faisal

 On Tuesday 12 March 2002 17:35, you wrote:
  Hi to all,
 
  just want to ask why does the records in the table field sometimes
failed
  to delete in using an interface such as using a delete mysql queries in
PHP
  or even in a WEBMIN mysql gui interface. When it happens i need to
manual
  delete the records using a command line.
  is there any bug in the the version of mysql im using?my php scripts
failed
  when this happened. Im using mysql version 11.15 distribution 3.23.39 in
  redhat linux 6.2
 
 
  Regards,
  Mike


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php