aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/scripts/music/cql/admin_pw.cql
blob: 02de61e2e98c3aa8c89b1447e2511edbc1bcc556 (plain)
1
2
CREATE ROLE IF NOT EXISTS nelson24 WITH PASSWORD = 'winman123' AND SUPERUSER = True AND LOGIN = True;
ALTER ROLE cassandra WITH PASSWORD = 'SomeLongRandomStringNoonewillthinkof';