Issue 10751

Create the database and circulate credentials to the team

10751
Reporter: trobertson
Assignee: trobertson
Type: Technical
Summary: Create the database and circulate credentials to the team
Priority: Major
Resolution: Fixed
Status: Closed
Created: 2012-02-02 16:34:57.865
Updated: 2013-12-16 17:51:03.6
Resolved: 2012-02-03 10:53:28.015
TimeOriginalEstimate: 7200
TimeEstimate: 3600
TimeSpent: 3600 />


Author: trobertson@gbif.org
Created: 2012-02-03 10:41:16.763
Updated: 2012-02-03 10:41:16.763
        
Credentials for this:

create user 'reg_dev'@'%' identified by '***';
create user 'reg_admin'@'%' identified by '***';
create user 'reg_process'@'%' identified by '***';

grant all on registry_dev.* to 'dev'@'%';
grant all on registry_dev.* to 'reg_admin'@'%';
grant all on registry_dev.* to 'reg_process'@'%';