Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2022
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.16 KB | None | 0 0
  1. MariaDB [guacamole]> show tables;
  2. +---------------------------------------+
  3. | Tables_in_guacamole |
  4. +---------------------------------------+
  5. | guacamole_connection |
  6. | guacamole_connection_attribute |
  7. | guacamole_connection_group |
  8. | guacamole_connection_group_attribute |
  9. | guacamole_connection_group_permission |
  10. | guacamole_connection_history |
  11. | guacamole_connection_parameter |
  12. | guacamole_connection_permission |
  13. | guacamole_entity |
  14. | guacamole_sharing_profile |
  15. | guacamole_sharing_profile_attribute |
  16. | guacamole_sharing_profile_parameter |
  17. | guacamole_sharing_profile_permission |
  18. | guacamole_system_permission |
  19. | guacamole_user |
  20. | guacamole_user_attribute |
  21. | guacamole_user_group |
  22. | guacamole_user_group_attribute |
  23. | guacamole_user_group_member |
  24. | guacamole_user_group_permission |
  25. | guacamole_user_history |
  26. | guacamole_user_password_history |
  27. | guacamole_user_permission |
  28. +---------------------------------------+
  29. 23 rows in set (0.000 sec)
  30.  
  31. MariaDB [guacamole]> SELECT * FROM guacamole_connection ; SELECT * FROM guacamole_connection_attribute ; SELECT * FROM guacamole_connection_group ; SELECT * FROM guacamole_connection_group_attribute ; SELECT * FROM guacamole_connection_group_permission ; SELECT * FROM guacamole_connection_history ; SELECT * FROM guacamole_connection_parameter ; SELECT * FROM guacamole_connection_permission ; SELECT * FROM guacamole_entity ; SELECT * FROM guacamole_sharing_profile ; SELECT * FROM guacamole_sharing_profile_attribute ; SELECT * FROM guacamole_sharing_profile_parameter ; SELECT * FROM guacamole_sharing_profile_permission ; SELECT * FROM guacamole_system_permission ; SELECT * FROM guacamole_user ; SELECT * FROM guacamole_user_attribute ; SELECT * FROM guacamole_user_group ; SELECT * FROM guacamole_user_group_attribute ; SELECT * FROM guacamole_user_group_member ; SELECT * FROM guacamole_user_group_permission ; SELECT * FROM guacamole_user_history ; SELECT * FROM guacamole_user_password_history ; SELECT * FROM guacamole_user_permission ;
  32. Empty set (0.000 sec)
  33.  
  34. Empty set (0.000 sec)
  35.  
  36. Empty set (0.000 sec)
  37.  
  38. Empty set (0.000 sec)
  39.  
  40. Empty set (0.000 sec)
  41.  
  42. Empty set (0.000 sec)
  43.  
  44. Empty set (0.000 sec)
  45.  
  46. Empty set (0.000 sec)
  47.  
  48. +-----------+-----------+------+
  49. | entity_id | name | type |
  50. +-----------+-----------+------+
  51. | 1 | guacadmin | USER |
  52. +-----------+-----------+------+
  53. 1 row in set (0.000 sec)
  54.  
  55. Empty set (0.000 sec)
  56.  
  57. Empty set (0.000 sec)
  58.  
  59. Empty set (0.000 sec)
  60.  
  61. Empty set (0.000 sec)
  62.  
  63. +-----------+-------------------------+
  64. | entity_id | permission |
  65. +-----------+-------------------------+
  66. | 1 | CREATE_CONNECTION |
  67. | 1 | CREATE_CONNECTION_GROUP |
  68. | 1 | CREATE_SHARING_PROFILE |
  69. | 1 | CREATE_USER |
  70. | 1 | CREATE_USER_GROUP |
  71. | 1 | ADMINISTER |
  72. +-----------+-------------------------+
  73. 6 rows in set (0.000 sec)
  74.  
  75. +---------+-----------+----------------------------------+----------------------------------+---------------------+----------+---------+---------------------+-------------------+------------+-------------+----------+-----------+---------------+--------------+---------------------+
  76. | user_id | entity_id | password_hash | password_salt | password_date | disabled | expired | access_window_start | access_window_end | valid_from | valid_until | timezone | full_name | email_address | organization | organizational_role |
  77. +---------+-----------+----------------------------------+----------------------------------+---------------------+----------+---------+---------------------+-------------------+------------+-------------+----------+-----------+---------------+--------------+---------------------+
  78. | 1 | 1 | �E�}IN;�$���u�Ul��,-}�c;�J)�A` | �$���+%(���zy�B��`d�iųw��"d | 2022-03-23 19:23:14 | 0 | 0 | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL | NULL |
  79. +---------+-----------+----------------------------------+----------------------------------+---------------------+----------+---------+---------------------+-------------------+------------+-------------+----------+-----------+---------------+--------------+---------------------+
  80. 1 row in set (0.000 sec)
  81.  
  82. Empty set (0.000 sec)
  83.  
  84. Empty set (0.000 sec)
  85.  
  86. Empty set (0.000 sec)
  87.  
  88. Empty set (0.000 sec)
  89.  
  90. Empty set (0.000 sec)
  91.  
  92. Empty set (0.000 sec)
  93.  
  94. Empty set (0.000 sec)
  95.  
  96. +-----------+------------------+------------+
  97. | entity_id | affected_user_id | permission |
  98. +-----------+------------------+------------+
  99. | 1 | 1 | READ |
  100. | 1 | 1 | UPDATE |
  101. | 1 | 1 | ADMINISTER |
  102. +-----------+------------------+------------+
  103. 3 rows in set (0.000 sec)
  104.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement