MySQL Forums
Forum List  »  Stored Procedures

Re: select privilege on proc table of mysql needed to execute an SP?
Posted by: Markus Popp
Date: August 30, 2005 07:54AM

> Does select privilege on proc table of mysql needed to execute an SP?

That's not necessary, but there was a bug in an earlier version of MySQL 5 (at least show create procedure didn't work because of the missing privilege for the proc table, maybe that's involved here, too), so I'd recommand you to update to the latest server version and to the latest Connector/.NET (1.0.5 was released a few days ago). There should be no problems after updating.

Markus

--
Markus Popp, Web Developer, mysql.com
Oracle Austria

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: select privilege on proc table of mysql needed to execute an SP?
7635
August 30, 2005 07:54AM


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.