Guest User

Untitled

a guest
Jun 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. GRANT INSERT, SELECT, DELETE, UPDATE ON mydb. *
  2. -> TO 'studentweb'@'localhost'
  3. -> IDENTIFIED WITH mysql_native_password
  4. -> AS 'thepass';
  5.  
  6. '>
Add Comment
Please, Sign In to add comment