How do you make a mysql database automaticly clear on a specific time at a spacific day?
Such as Monday at 00:00.
Thanks.
Printable View
How do you make a mysql database automaticly clear on a specific time at a spacific day?
Such as Monday at 00:00.
Thanks.
Cron Jobs.
http://www.aota.net/Script_Installat.../cronhelp.php3 :| as posted a min ago..
MySQL:
TRUNCATE TABLE `table_name` ;
'Cus that'll run automaticaly at 00:00 :rolleyes:Quote:
MySQL:
TRUNCATE TABLE `table_name` ;