Is there a way in MySQL to call a stored procedure from within SQL every x minutes?
I want to use this in a session-environment, where the database keeps track of all the sessions and automatically deletes sessions older than x minutes.
Is there a way in MySQL to call a stored procedure from within SQL every x minutes?
I want to use this in a session-environment, where the database keeps track of all the sessions and automatically deletes sessions older than x minutes.