I have a simple DB, which has a table holding a token (128 random bit integer) is there any mysql-library, option based on pure-mysql which updates that token every X time?
I could be using cron or some php scripts, but could this be achieved using only a MySQL database?
Thanks!