To see various events that are there in MySql Schema use the below command:
show events;
If you want to see events on a particular schema include the From clause..
show events from MySchema;
show events;
If you want to see events on a particular schema include the From clause..
show events from MySchema;
No comments:
Post a Comment