MySQL Forums
Forum List  »  Microsoft Access

Windows stopping MYSQL service on documented Procedure example
Posted by: B Rucka
Date: October 13, 2005 03:56PM

Have MYSQL 5.0.13 rc-nt

Tried to create procedure described in documentation and windows display window mysql-nt.exe has encounter a problem and needs to close. Service needs to be restarted

Any ideas ?? Is this a permission issue


mysql> delimiter //

mysql> CREATE PROCEDURE simpleproc (OUT param1 INT)
-> BEGIN
-> SELECT COUNT(*) INTO param1 FROM t;
-> END
-> //

Options: ReplyQuote


Subject
Views
Written By
Posted
Windows stopping MYSQL service on documented Procedure example
2796
October 13, 2005 03:56PM


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.