7 lines
159 B
MySQL
7 lines
159 B
MySQL
|
UPDATE vn2008.tblContadores
|
||
|
SET dbproduccion = FALSE;
|
||
|
|
||
|
DELETE FROM util.binlogQueue;
|
||
|
|
||
|
UPDATE `account`.`user` SET `active` = TRUE WHERE `name` = 'mindshore';
|