Guest User

Untitled

a guest
Dec 21st, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. connection = DriverManager.getConnection("jdbc:mysql://groep20-DB:3306/PrisonersDilemma","groep20","test");
  2.  
  3. Grants for groep20@%
  4. GRANT ALL PRIVILEGES ON `*.*` TO 'root'@'localhost' IDENTIFIED BY PASSWORD '*94JKH_long_hash_here'
  5. GRANT ALL PRIVILEGES ON `PrisonersDilemma`.* TO 'groep20'@'%'
Add Comment
Please, Sign In to add comment