Closed Bug 868133 Opened 11 years ago Closed 11 years ago

New bugzilla custom field

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_tracking_relnote_b2g' has been added to the BMO database.

Please run the following on bugzilla1.db.scl3.mozilla.com:
  GRANT SELECT ON `bugs`.`cf_tracking_relnote_b2g` TO 'metrics'@'10.22.70.20_';
  GRANT SELECT (cf_tracking_relnote_b2g) ON `bugs`.`bugs` TO 'metrics'@'10.22.70.20_';
  GRANT SELECT ON `bugs`.`cf_tracking_relnote_b2g` TO 'metrics'@'10.22.70.21_';
  GRANT SELECT (cf_tracking_relnote_b2g) ON `bugs`.`bugs` TO 'metrics'@'10.22.70.21_';
Done!

[scabral@admin1a.private.scl3 ~]$ bugzilla2
Last login: Fri Apr 26 10:22:14 2013 from admin1a.private.scl3.mozilla.com
This is a Master MySQL server for bugzilla.


MariaDB [(none)]> use bugs;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
MariaDB [bugs]>   GRANT SELECT ON `bugs`.`cf_tracking_relnote_b2g` TO 'metrics'@'10.22.70.20_';
Query OK, 0 rows affected (0.00 sec)

MariaDB [bugs]>   GRANT SELECT (cf_tracking_relnote_b2g) ON `bugs`.`bugs` TO 'metrics'@'10.22.70.20_';
Query OK, 0 rows affected (0.00 sec)

MariaDB [bugs]>   GRANT SELECT ON `bugs`.`cf_tracking_relnote_b2g` TO 'metrics'@'10.22.70.21_';
Query OK, 0 rows affected (0.00 sec)

MariaDB [bugs]>   GRANT SELECT (cf_tracking_relnote_b2g) ON `bugs`.`bugs` TO 'metrics'@'10.22.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.