I am creating a procedure in a new database. There is no trigger on any table and no procedures exist. I am getting this error:
ERROR 1303 (2F003): Can't create a PROCEDURE from within another stored routine
What does this mean? How do I solve it?