How to configure cron jobs in phpMyAdmin per 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: , , , ,

2 Responses to “How to configure cron jobs in phpMyAdmin per second?”

  1. Nithya says:

    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"

  2. jimmy says:

    U can not set a scheduled task in phpMyAdmin. U need to create a scheduled task in the control panel.