Closed Bug 840191 Opened 11 years ago Closed 11 years ago

The custom field 'cf_status_b2g18_1_0_1' has been added to the BMO database.

Categories

(Data & BI Services Team :: DB: MySQL, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: scabral, Unassigned)

Details

The custom field 'cf_status_b2g18_1_0_1' has been added to the BMO database.

Please run the following on tp-bugs01-master01:
  GRANT SELECT ON `bugs`.`cf_status_b2g18_1_0_1` TO 'metrics'@'10.8.70.20_';
  GRANT SELECT (cf_status_b2g18_1_0_1) ON `bugs`.`bugs` TO 'metrics'@'10.8.70.20_';
  GRANT SELECT ON `bugs`.`cf_status_b2g18_1_0_1` TO 'metrics'@'10.8.70.21_';
  GRANT SELECT (cf_status_b2g18_1_0_1) ON `bugs`.`bugs` TO 'metrics'@'10.8.70.21_';
mysql> select @@hostname;
+------------------------------------+
| @@hostname                         |
+------------------------------------+
| tp-bugs01-master01.phx.mozilla.com |
+------------------------------------+
1 row in set (0.00 sec)

mysql>   GRANT SELECT ON `bugs`.`cf_status_b2g18_1_0_1` TO 'metrics'@'10.8.70.20_';
Query OK, 0 rows affected (0.00 sec)

mysql>   GRANT SELECT (cf_status_b2g18_1_0_1) ON `bugs`.`bugs` TO 'metrics'@'10.8.70.20_';
Query OK, 0 rows affected (0.00 sec)

mysql>   GRANT SELECT ON `bugs`.`cf_status_b2g18_1_0_1` TO 'metrics'@'10.8.70.21_';
Query OK, 0 rows affected (0.00 sec)

mysql>   GRANT SELECT (cf_status_b2g18_1_0_1) ON `bugs`.`bugs` TO 'metrics'@'10.8.70.21_';
Query OK, 0 rows affected (0.00 sec)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Product: mozilla.org → Data & BI Services Team
You need to log in before you can comment on or make changes to this bug.