In order to set a specific spawn time for ALL mobs currently spawned, put in this MySQL query:
Code:
UPDATE spawn2 SET respawntime=X;
Replace X with the amount of time (in seconds I believe) you want it to take for all your mobs to repsawn. 0 gives an instant respawn.