View Single Post
  #12  
Old 07-24-2014, 02:58 PM
moltke24
Sarnak
 
Join Date: Dec 2011
Posts: 63
Default

Quote:
Originally Posted by provocating View Post
Using HeidiSQL you could run this query and it will set the zones for hybrid static with a 30 minute timer. Double it for an hour....
Code:
-- Hybrid static zones
UPDATE `zone` SET `shutdowndelay` = '1800000'; -- 30 minutes
So when i get on heidisql

i go to querey paste in
UPDATE `zone` SET `shutdowndelay` = '1800000';

and type each zone for the word "zone"
if this is the case is there a way to do all zones at once?
Reply With Quote