I have a MySQL database with some stored procedures. The problem is that there are two different users who created several procedures, so that just the user who created the stored procedure can see your content. Within this context, I want all the two users could see all stored procedures, in other words, those created by him and another user.
How this could be possible?
try: