Commit 975c842d authored by Sara Bertocco's avatar Sara Bertocco
Browse files

Fixed some conf info

parent 6cfc7e9a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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