Page MenuHomeDevCentral

Respawn tc2_phpfpm_pools
ActivePublic

Authored by dereckson on Jun 11 2015, 15:14.
Referenced Files
F3229: Respawn tc2_phpfpm_pools
Jun 13 2015, 11:59
F3228: Respawn tc2_phpfpm_pools
Jun 13 2015, 11:59
F3191: Respawn tc2_phpfpm_pools
Jun 11 2015, 15:17
F3190: Respawn tc2_phpfpm_pools
Jun 11 2015, 15:16
F3189: Respawn tc2_phpfpm_pools
Jun 11 2015, 15:14
Subscribers
None
USE Nasqueron;
TRUNCATE tc2_phpfpm_pools;
-- dev pool
INSERT INTO tc2_phpfpm_pools VALUES (NULL, 'dereckson', 9003, 1148, UNIX_TIMESTAMP());
-- prod pool
INSERT INTO tc2_phpfpm_pools VALUES (NULL, 'bioty.co', 9040, 1148, UNIX_TIMESTAMP());
INSERT INTO tc2_phpfpm_pools VALUES (NULL, 'calarwen', 9020, 1148, UNIX_TIMESTAMP());
INSERT INTO tc2_phpfpm_pools VALUES (NULL, 'dereckson.be', 9004, 1148, UNIX_TIMESTAMP());
INSERT INTO tc2_phpfpm_pools VALUES (NULL, 'espace-win.org', 9002, 1148, UNIX_TIMESTAMP());
INSERT INTO tc2_phpfpm_pools VALUES (NULL, 'loupsgris.eu.org', 9014, 1148, UNIX_TIMESTAMP());
INSERT INTO tc2_phpfpm_pools VALUES (NULL, 'mediawiki', 9016, 1148, UNIX_TIMESTAMP());
INSERT INTO tc2_phpfpm_pools VALUES (NULL, 'nasqueron.org', 9015, 1148, UNIX_TIMESTAMP());
INSERT INTO tc2_phpfpm_pools VALUES (NULL, 'tpe-lesenergiesrenouvelables.tk', 9021, 1148, UNIX_TIMESTAMP());
INSERT INTO tc2_phpfpm_pools VALUES (NULL, 'trantorium.com', 9012, 1148, UNIX_TIMESTAMP());
INSERT INTO tc2_phpfpm_pools VALUES (NULL, 'undo.it', 9001, 1148, UNIX_TIMESTAMP());
INSERT INTO tc2_phpfpm_pools VALUES (NULL, 'wolfplex.org', 9010, 1148, UNIX_TIMESTAMP());
INSERT INTO tc2_phpfpm_pools VALUES (NULL, 'www', 9000, 1148, UNIX_TIMESTAMP());
INSERT INTO tc2_phpfpm_pools VALUES (NULL, 'zed', 9005, 1148, UNIX_TIMESTAMP());
ALTER TABLE tc2_phpfpm_pools ORDER BY pool_port ASC;

Event Timeline

dereckson changed the title of this paste from untitled to Respawn tc2_phpfpm_pools.
dereckson updated the paste's language from autodetect to autodetect.
dereckson updated the paste's language from autodetect to mysql.
dereckson added projects: Servers, Dæghrefn.
dereckson edited the content of this paste. (Show Details)
dereckson edited the content of this paste. (Show Details)