i was wondering if someone could please tell me what the "sleep" command means as a mysql process?

i've checked in phpmyadmin and looked at the user processes and the sleep time seems to vary from 1 to 150 and i was just curious and couldn't find much on mysql.com

    sleep is just a pause. using sleep means to pause the execution for x amount of seconds.

      Write a Reply...