Closed Bug 743897 Opened 13 years ago Closed 13 years ago

db acls for byob

Categories

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

task
Not set
major

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.
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
db's are byob and byob_staging, respectively. Sorry, it's late, I'm tired.
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
Product: mozilla.org → Data & BI Services Team
You need to log in before you can comment on or make changes to this bug.