Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OATS-CADC
oats-cred-web
Commits
975c842d
Commit
975c842d
authored
Feb 07, 2017
by
Sara Bertocco
Browse files
Fixed some conf info
parent
6cfc7e9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/sql/create_cdp_db.sql.template
View file @
975c842d
...
...
@@ -30,9 +30,11 @@
CREATE DATABASE YOUR_DATABASE_NAME;
use YOUR_DATABASE_NAME;
CREATE USER 'YOUR_DB_USER'@'localhost' identified by 'YOUR_DB_PASSWORD';
grant all on YOUR_DATABASE_NAME.* to 'YOUR_DATABASE_USER' identified by 'YOUR_DATABASE_USER_PASSWORD';
grant all on YOUR_DATABASE_NAME.* to 'YOUR_DATABASE_USER' identified by '
YOUR_DATABASE_
USER_
NAME
'
;
use
YOUR_DATABASE_NAME;
/*
Credential delegation service database
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment