Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.14 KB | None | 0 0
  1. mysql> SELECT * FROM user WHERE User = 'debian-sys-maint'\G
  2. *************************** 1. row ***************************
  3.                  Host: localhost
  4.                  User: debian-sys-maint
  5.              Password: *80A9FD765C3E7B9C776B38D6B7B3D9E7541DCCEC
  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: N
  28.        Show_view_priv: N
  29.   Create_routine_priv: N
  30.    Alter_routine_priv: N
  31.      Create_user_priv: Y
  32.              ssl_type:
  33.            ssl_cipher:
  34.           x509_issuer:
  35.          x509_subject:
  36.         max_questions: 0
  37.           max_updates: 0
  38.       max_connections: 0
  39.  max_user_connections: 0
  40. 1 row in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement