I need to set cron job. But I can run my cron job every minute. But I want to run cron every second. So nobody knows how to set up cron for every second in phpMyAdmin please guide me.
Tags: configure, cron, jobs, phpmyadmin, second
I need to set cron job. But I can run my cron job every minute. But I want to run cron every second. So nobody knows how to set up cron for every second in phpMyAdmin please guide me.
Tags: configure, cron, jobs, phpmyadmin, second
Secured by Super-CAPTCHA © 2009-2010 MLW & Associates, LLP. All rights reserved.
I would like to have something happening every second is just a bad idea. If you are trying to check to see if anything there, try to write a listener. It depends on what is happening, you will find useful everywhere.
Search for "How to write a listener"
U can not set a scheduled task in phpMyAdmin. U need to create a scheduled task in the control panel.