~$ mysql -u -p root

mysql> use keystone;

mysql> show tables;
+------------------------+
| Tables_in_keystone |
+------------------------+
| access_token |
| assignment |
| config_register |
| consumer |
| credential |
| domain |
| endpoint |
| endpoint_group |
| federation_protocol |
| group |
| id_mapping |
| identity_provider |
| idp_remote_ids |
| implied_role |
| mapping |
| migrate_version |
| policy |
| policy_association |
| project |
| project_endpoint |
| project_endpoint_group |
| region |
| request_token |
| revocation_event |
| role |
| sensitive_config |
| service |
| service_provider |
| token |
| trust |
| trust_role |
| user |
| user_group_membership |
| whitelisted_config |
+------------------------+
34 rows in set (0.00 sec)

mysql> select * from  token;

258 rows in set (0.12 sec)

mysql> select * from project_endpoint;
Empty set (0.00 sec)

mysql> select * from service_provider;
Empty set (0.00 sec)

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-26
  • 2021-06-03
  • 2021-11-05
  • 2021-05-20
  • 2021-12-12
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-09
  • 2022-03-11
  • 2021-10-28
  • 2022-03-02
  • 2021-05-23
相关资源
相似解决方案