Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MariaDB [guacamole]> show tables;
- +---------------------------------------+
- | Tables_in_guacamole |
- +---------------------------------------+
- | guacamole_connection |
- | guacamole_connection_attribute |
- | guacamole_connection_group |
- | guacamole_connection_group_attribute |
- | guacamole_connection_group_permission |
- | guacamole_connection_history |
- | guacamole_connection_parameter |
- | guacamole_connection_permission |
- | guacamole_entity |
- | guacamole_sharing_profile |
- | guacamole_sharing_profile_attribute |
- | guacamole_sharing_profile_parameter |
- | guacamole_sharing_profile_permission |
- | guacamole_system_permission |
- | guacamole_user |
- | guacamole_user_attribute |
- | guacamole_user_group |
- | guacamole_user_group_attribute |
- | guacamole_user_group_member |
- | guacamole_user_group_permission |
- | guacamole_user_history |
- | guacamole_user_password_history |
- | guacamole_user_permission |
- +---------------------------------------+
- 23 rows in set (0.000 sec)
- 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 ;
- Empty set (0.000 sec)
- Empty set (0.000 sec)
- Empty set (0.000 sec)
- Empty set (0.000 sec)
- Empty set (0.000 sec)
- Empty set (0.000 sec)
- Empty set (0.000 sec)
- Empty set (0.000 sec)
- +-----------+-----------+------+
- | entity_id | name | type |
- +-----------+-----------+------+
- | 1 | guacadmin | USER |
- +-----------+-----------+------+
- 1 row in set (0.000 sec)
- Empty set (0.000 sec)
- Empty set (0.000 sec)
- Empty set (0.000 sec)
- Empty set (0.000 sec)
- +-----------+-------------------------+
- | entity_id | permission |
- +-----------+-------------------------+
- | 1 | CREATE_CONNECTION |
- | 1 | CREATE_CONNECTION_GROUP |
- | 1 | CREATE_SHARING_PROFILE |
- | 1 | CREATE_USER |
- | 1 | CREATE_USER_GROUP |
- | 1 | ADMINISTER |
- +-----------+-------------------------+
- 6 rows in set (0.000 sec)
- +---------+-----------+----------------------------------+----------------------------------+---------------------+----------+---------+---------------------+-------------------+------------+-------------+----------+-----------+---------------+--------------+---------------------+
- | 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 |
- +---------+-----------+----------------------------------+----------------------------------+---------------------+----------+---------+---------------------+-------------------+------------+-------------+----------+-----------+---------------+--------------+---------------------+
- | 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 |
- +---------+-----------+----------------------------------+----------------------------------+---------------------+----------+---------+---------------------+-------------------+------------+-------------+----------+-----------+---------------+--------------+---------------------+
- 1 row in set (0.000 sec)
- Empty set (0.000 sec)
- Empty set (0.000 sec)
- Empty set (0.000 sec)
- Empty set (0.000 sec)
- Empty set (0.000 sec)
- Empty set (0.000 sec)
- Empty set (0.000 sec)
- +-----------+------------------+------------+
- | entity_id | affected_user_id | permission |
- +-----------+------------------+------------+
- | 1 | 1 | READ |
- | 1 | 1 | UPDATE |
- | 1 | 1 | ADMINISTER |
- +-----------+------------------+------------+
- 3 rows in set (0.000 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement