MySQL Forums
Forum List  »  Stored Procedures

Re: root cannot create stored procedure in 5.0.3 beta-net
Posted by: Andrew Gilfrin
Date: April 04, 2005 06:44AM

Permissions seems the most likely cause.

Personally I always install a fresh version each time so I never get these issues but if you have upgraded to 5.0.3 from a previous version you may need to grant the "create routine" privilage to the user your creating the procedure with.

If you want to impress your client even more checkout my site which has plenty of usefull info on Stored Procedures.

Andrew Gilfrin
------------------
http://gilfster.blogspot.com
My MySQL related Blog

http://www.mysqldevelopment.com
MySQL Stored Procedure,Trigger, View.... (Just about most things these days) Information

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: root cannot create stored procedure in 5.0.3 beta-net
2897
April 04, 2005 06:44AM


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.