how to get the description of the event or Job?
I am using the Win XP as os. I Want to see the description of th开发者_开发百科e event or Job.
Try:
show events from your_database
Also:
SHOW CREATE EVENT <event_name>;
or
SELECT * FROM information_schema.events;
精彩评论