Closed
Bug 743897
Opened 13 years ago
Closed 13 years ago
db acls for byob
Categories
(Data & BI Services Team :: DB: MySQL, task)
Data & BI Services Team
DB: MySQL
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: scabral)
Details
user 'byob'@'10.22.74.132' needs access to on tm-c01.
if we can get the scl3 VIP flow'd immediately, I'll point it at that instead.
Reporter | ||
Comment 1•13 years ago
|
||
The production flow is time-sensitive - it's blocking putting this back into service.
Staging (and I'm aware this is down right now) is:
byob_user@10.22.74.133 on stage-rw-vip.db.scl3
so please update that when it's set up. I just added bug 743899 to get that flow put in.
Severity: normal → major
Reporter | ||
Comment 2•13 years ago
|
||
db's are byob and byob_staging, respectively. Sorry, it's late, I'm tired.
Assignee | ||
Comment 3•13 years ago
|
||
Done on tm-c01, which only has the byob database:
mysql> GRANT ALL PRIVILEGES ON `byob`.* TO 'byob'@'10.22.74.132' IDENTIFIED BY PASSWORD 'password hash elided';
Query OK, 0 rows affected (0.03 sec)
Done!
Done on stage1.db.scl3.mozilla.com, which has the byob_staging database:
mysql> GRANT ALL PRIVILEGES ON `byob_staging`.* TO 'byob_user'@'10.22.74.133' IDENTIFIED BY PASSWORD 'password hash elided';
Query OK, 0 rows affected (0.01 sec)
Assignee: server-ops-database → scabral
Status: NEW → RESOLVED
Closed: 13 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
•