TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Karthik K
1.3k
479
50.1k
Event Scheduling not Running in Mysql Server ?
Mar 19 2020 11:01 PM
Hi All ,
I have using Event Scheduler in Mysql server . Its not working . I have changed global Setting to ON .
DELIMITER |
alter DEFINER=`suntoyoroot`@`%` EVENT `BranchCount`
ON SCHEDULE EVERY 1 minute STARTS '2020-03-20 14:15:00' ON COMPLETION PRESERVE ENABLE
COMMENT 'Its Branch Count'
do
IF CURRENT_TIME() BETWEEN '00:00:00' AND '12:00:00' THEN
CALL BranchList();
END IF
|
DELIMITER ;
If anyone know let me know with suggestion with exact code .
Thanks in advance
Karthik K
Reply
Answers (
1
)
Get Stored Procedure Result Set values in Mysql server ?
What other tools are good to learn for msbi developer