Hi??Maxim Solodovnik

How to restrict the numberOfPartizipants of user's private room when it's 
created? Default is 50??
I set a schedule for the table_room??
**********************************************************************
CREATE EVENT IF NOT EXISTS check_num
ON SCHEDULE EVERY 5 SECOND 
DO UPDATE room SET numberOfPartizipants=20 WHERE numberOfPartizipants>20 ;
**********************************************************************
But it's no effective util restart.

Reply via email to