Does anyone know what is the syntax for renaming a mysql stored procedure/function? Or is this even supported in MySQL? I’ve been googling this for several minutes…
Does anyone know what is the syntax for renaming a mysql stored procedure/function? Or
Share
try this
Also note: If have granted privileges to users for this procedure you will need to update the procedure name in procs_priv as well.
Source: MySQL Forums :: Newbie :: Rename Stored Procedure Syntax