Sign in
apache
/
airavata
/
refs/heads/refactor-single-module
/
.
/
dev-tools
/
compose
/
init.sql
blob: 5c94006f12c00f3e853a644a022ab30f51660df0 [
file
]
-- Grant all privileges to airavata user
GRANT
ALL
PRIVILEGES
ON
airavata
.*
TO
'airavata'
@
'%'
;
GRANT
ALL
PRIVILEGES
ON
airavata
.*
TO
'airavata'
@
'localhost'
;
-- Flush privileges to apply changes
FLUSH PRIVILEGES
;