Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
integration
/
csit
/
9c67e5814d6b4a5e5677ee3f8eb4393f4f1a326c
/
.
/
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'
;