MySQL Workbench Alter Procedure

MySQLmysql-workbenchstored-procedures

i have a problem with my workbench program. I use Mac Lion OS X and mysql workbench program. When i want to do any procedure to alter that doesn't work. Which is show to the procedure code i right click it, after "Alter Procedure" click but doesn't happen anything!

i'm updated to MySQL Workbench program "5.2.45 revision 10251" to "5.2.47 revision 10398" but both are can not make alter procedure. And one odd thing is alter table is working fine.

Have u got any idea why doesn't work?

Best Answer

Are you sure you have the ALTER ROUTINE privilege? See if you can create an own procedure and alter that.