Hello! I have tried to add an event to mysql database that will activate daily, but I received an Error Code: 1044. Access denied for user 'someone'@'%' to database 'some_db' (for security I removed exact values). I need that event and I am logged as top user (the user I registered first and having all privileges). I made it in a batch and all other commands (create table, create procedure, create function, drop, insert, ...) passes but this one. Is there some restriction on database? I have seen that this version of mysql database allows events. P.S. I receive the same error even when I try to drop the event. Regards