Commit 58c27c0c authored by Sara Bertocco's avatar Sara Bertocco
Browse files

Fixed some conf info

parent bed6f3d4
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -35,6 +35,8 @@ the UWS tables to manage Job metadata


CREATE DATABASE YOUR_DB_NAME;
CREATE DATABASE YOUR_DB_NAME;


CREATE USER 'YOUR_DB_USER'@'localhost' identified by 'YOUR_DB_PASSWORD';

use YOUR_DB_NAME;
use YOUR_DB_NAME;


grant all on YOUR_DB_NAME.* to 'YOUR_DB_USER' identified by 'YOUR_DB_PASSWORD';
grant all on YOUR_DB_NAME.* to 'YOUR_DB_USER' identified by 'YOUR_DB_PASSWORD';