MySQL Forums
Forum List  »  Stored Procedures

Re: can't execute stored procedure
Posted by: brad lobitz
Date: March 19, 2012 06:47PM

>> 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.

Okay.

>> 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.

I created a user and was able to get a sprocs to execute.

Thank you.

Options: ReplyQuote


Subject
Views
Written By
Posted
3561
March 19, 2012 12:04PM
Re: can't execute stored procedure
1356
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.