Guest User

Untitled

a guest
Oct 27th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. mysql> select * from user where user = 'root' \G ;
  2. *************************** 1. row ***************************
  3. Host: localhost
  4. User: root
  5. Password: *xxx
  6. Select_priv: Y
  7. Insert_priv: Y
  8. Update_priv: Y
  9. Delete_priv: Y
  10. Create_priv: Y
  11. Drop_priv: Y
  12. Reload_priv: Y
  13. Shutdown_priv: Y
  14. Process_priv: Y
  15. File_priv: Y
  16. Grant_priv: Y
  17. References_priv: Y
  18. Index_priv: Y
  19. Alter_priv: Y
  20. Show_db_priv: Y
  21. Super_priv: Y
  22. Create_tmp_table_priv: Y
  23. Lock_tables_priv: Y
  24. Execute_priv: Y
  25. Repl_slave_priv: Y
  26. Repl_client_priv: Y
  27. Create_view_priv: Y
  28. Show_view_priv: Y
  29. Create_routine_priv: Y
  30. Alter_routine_priv: Y
  31. Create_user_priv: Y
  32. Event_priv: Y
  33. Trigger_priv: Y
  34. ssl_type:
  35. ssl_cipher:
  36. x509_issuer:
  37. x509_subject:
  38. max_questions: 0
  39. max_updates: 0
  40. max_connections: 0
  41. max_user_connections: 0
  42. 1 row in set (0.00 sec)
Add Comment
Please, Sign In to add comment