You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALTER EVENT my_old_event RENAME TO new_db.new_event;
the expression "new_db.new_event" fails to be understood correctly by the parser because the option TO on the event option is wrongly defined as "var" rather than "expr".