I have a MySQL database populated with some stored procedures . The problem is that two different users have created several procedures, so that only the user who created the stored procedure can see its contents. In this context, I would like all two users to see all the procedures, that is, the ones that he created and the others created by the other user.
How would this be possible?