Closed
Bug 950532
Opened 12 years ago
Closed 12 years ago
Custom field 'cf_mozilla_project' added to bugzilla.mozilla.org
Categories
(Data & BI Services Team :: DB: MySQL, task)
Data & BI Services Team
DB: MySQL
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: glob, Unassigned)
Details
The custom field 'cf_mozilla_project' has been added to the BMO database.
Please run the following on bugzilla1.db.scl3.mozilla.com:
GRANT SELECT ON `bugs`.`cf_mozilla_project` TO 'metrics'@'10.22.70.20_';
GRANT SELECT ON `bugs`.`cf_mozilla_project` TO 'metrics'@'10.22.70.21_';
GRANT SELECT (cf_mozilla_project) ON `bugs`.`bugs` TO 'metrics'@'10.22.70.20_';
GRANT SELECT (cf_mozilla_project) ON `bugs`.`bugs` TO 'metrics'@'10.22.70.21_';
Comment 1•12 years ago
|
||
complete!
mysql> GRANT SELECT ON `bugs`.`cf_mozilla_project` TO 'metrics'@'10.22.70.20_';
Query OK, 0 rows affected (0.01 sec)
mysql> GRANT SELECT ON `bugs`.`cf_mozilla_project` TO 'metrics'@'10.22.70.21_';
Query OK, 0 rows affected (0.00 sec)
mysql> GRANT SELECT (cf_mozilla_project) ON `bugs`.`bugs` TO 'metrics'@'10.22.70.20_';
Query OK, 0 rows affected (0.00 sec)
mysql> GRANT SELECT (cf_mozilla_project) ON `bugs`.`bugs` TO 'metrics'@'10.22.70.21_';
Query OK, 0 rows affected (0.00 sec)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Data & BI Services Team
You need to log in
before you can comment on or make changes to this bug.
Description
•