Can I set a MySQL event schedule using phpMyAdmin?
问题 I want to increment a field on the first minute of every day, and then once it hits a certain value, set the value to 1. I would like to do this directly in MySQL, but preferably through phpMyAdmin. I am aware of the Event Scheduler, and so I'm looking for a way to use and manage it through phpMyAdmin. Is this possible? 回答1: It is.. Just issue appropriate CREATE EVENT SQL from SQL box. However: your MySQL server needs to have event scheduler enabled AND have EVENT privileges for the database