Guest User

Untitled

a guest
Oct 19th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. GRANT SELECT on database_name.* to 'app'@'localhost' identified by 'your-pass';
  2. FLUSH PRIVILEGES;
Add Comment
Please, Sign In to add comment