MySQL Forums
Forum List  »  Stored Procedures

Re: Server always crashes when editing stored proc
Posted by: kim alvin lastimosa
Date: October 27, 2005 08:26PM

i have no idea why this is happening. this could be a problem with MySQL Administrator software or the server itself.

but i found a work-around for this problem: place the schema name everytime you update the procedure.

example,

CREATE PROCEDURE `test`.`gettest`()
BEGIN
...
...
END

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Server always crashes when editing stored proc
1696
October 27, 2005 08:26PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.