Advertisement
Guest User

Untitled

a guest
Jun 27th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. CREATE USER 'chaminda'@'%' IDENTIFIED BY 'password';
  2.  
  3. GRANT ALL PRIVILEGES ON * . * TO 'chaminda'@'%';
  4.  
  5. FLUSH PRIVILEGES;
  6.  
  7. select * from mysql.user G;
  8.  
  9. User: chaminda
  10. Password: *4E018IOIPOP89896GFYUIUI25B585CF9F
  11. Select_priv: Y
  12. Insert_priv: Y
  13. Update_priv: Y
  14. Delete_priv: Y
  15. Create_priv: Y
  16. Drop_priv: Y
  17. Reload_priv: Y
  18. Shutdown_priv: Y
  19. Process_priv: Y
  20. File_priv: Y
  21. Grant_priv: Y
  22. References_priv: Y
  23. Index_priv: Y
  24. Alter_priv: Y
  25. Show_db_priv: Y
  26. Super_priv: Y
  27. Create_tmp_table_priv: Y
  28. Lock_tables_priv: Y
  29. Execute_priv: Y
  30. Repl_slave_priv: Y
  31. Repl_client_priv: Y
  32. Create_view_priv: Y
  33. Show_view_priv: Y
  34. Create_routine_priv: Y
  35. Alter_routine_priv: Y
  36. Create_user_priv: Y
  37. Event_priv: Y
  38. Trigger_priv: Y
  39. ssl_type:
  40. ssl_cipher:
  41. x509_issuer:
  42. x509_subject:
  43. max_questions: 0
  44. max_updates: 0
  45. max_connections: 0
  46. max_user_connections: 0
  47.  
  48. 8 rows in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement