Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
integration
/
e161173e279a73134dda4c2f429605d6c9ee1fe7
/
.
/
test
/
csit
/
scripts
/
music
/
cql
/
admin_pw.cql
blob: 02de61e2e98c3aa8c89b1447e2511edbc1bcc556 [
file
] [
log
] [
blame
]
CREATE ROLE IF NOT EXISTS nelson24 WITH PASSWORD
=
'winman123'
AND SUPERUSER
=
True
AND LOGIN
=
True
;
ALTER ROLE cassandra WITH PASSWORD
=
'SomeLongRandomStringNoonewillthinkof'
;