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...
相关问题
- sqlyog export query result as csv
- NOT DISTINCT query in mySQL
- MySQL: conduct a basic search
- Why sometimes there is one of more gap(s) in the v
- mySQL alter table on update, current timestamp
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