Answer the question
In order to leave comments, you need to log in
How many EVENT events can be created in MySQL?
How many EVENT events can be created in MySQL? I did not find this information in the documentation.
I plan to create a lot of the same type of events like this:
CREATE EVENT $event_name
ON SCHEDULE AT CURRENT_TIMESTAMP + INTERVAL $bs_time MINUTE
DO
UPDATE " . PREFIX . "_users
SET `status` = 'wait', `time` = '$add_time'
WHERE `id` = '$id'
Answer the question
In order to leave comments, you need to log in
there are no restrictions on the number of Stored Programms (procedures, functions, triggers, events).
as long as there is free space under the system tables, you can create
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question