I could never find anything on this here so I thought I would put it out there,
To repop all monsters in all zones (at the same time) you can use this query:
Code:
UPDATE respawn_times
SET duration = 1
WHERE duration >= 2;
It sets all active monster timers to 1, which then tick to 0. On your server type #reloadworld and they should all repop.