-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Description
I got this problem creating stored procedures/functions on the phpmyadmin interface and Mysql Workbench.
The problem seems to occurs on the next day, since I kept logged on editing and testing the code I was just created.
How to reproduce:
Create a stored procedure in the phpmydmin web interface and save it.
The procedure is shown in the related tab and can be edited/executed as many time as you want.
On the next day, the edit button is disabled and when I click on the procedure/funcion I got de message saying I don't have enough privilegies to edit it.

The stored procedures/functions are still functional. I can run them externally, from any mysql connection, with simple credentials. Actually I have a php webservice that call then and they are still running correctly, but I can't change then anymore ...