MySQL Forums
Forum List  »  Stored Procedures

Re: can't execute stored procedure
Posted by: Peter Brawley
Date: March 19, 2012 12:11PM

> The procedure becomes part of the information_schema routine table,

Not really. I_S is just a built-in set of Views. The sproc is stored in mysql.proc.

> the procedure can't be executed or dropped ... using the anonymous user, ''@'localhost'.

Don't use the anonymous user. Use the root user, or create proper other users with non-blank names. Then give them the desired privileges.

PB

Options: ReplyQuote


Subject
Views
Written By
Posted
3561
March 19, 2012 12:04PM
Re: can't execute stored procedure
1423
March 19, 2012 12:11PM
1357
March 19, 2012 06:47PM


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.