Closed
Bug 730391
Opened 14 years ago
Closed 14 years ago
adding custom fields to bmo - cf_blocking_fennec10
Categories
(Data & BI Services Team :: DB: MySQL, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: scabral, Unassigned)
Details
The custom field 'cf_blocking_fennec10' has been added to the BMO database.
Please run the following on tm-bugs01-master01:
GRANT SELECT ON `bugs`.`cf_blocking_fennec10` TO 'metrics'@'10.2.70.20_';
GRANT SELECT (cf_blocking_fennec10) ON `bugs`.`bugs` TO 'metrics'@'10.2.70.20_';
| Reporter | ||
Comment 1•14 years ago
|
||
[scabral@tm-bugs01-master01 ~]$ mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 466190
Server version: 5.0.77-log Source distribution
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> GRANT SELECT ON `bugs`.`cf_blocking_fennec10` TO 'metrics'@'10.2.70.20_';
Query OK, 0 rows affected (0.00 sec)
mysql> GRANT SELECT (cf_blocking_fennec10) ON `bugs`.`bugs` TO 'metrics'@'10.2.70.20_';
Query OK, 0 rows affected (0.00 sec)
Status: NEW → RESOLVED
Closed: 14 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
•