키스톤 DB 접속

1 개요[ | ]

keystone DB 접속
키스톤 DB 접속
[root@keystone ~]# cat answer.txt | grep ^CONFIG_MARIADB
CONFIG_MARIADB_INSTALL=y
CONFIG_MARIADB_HOST=192.168.43.200
CONFIG_MARIADB_USER=root
CONFIG_MARIADB_PW=72d656fa10c54719
[root@keystone ~]# mysql keystone -uroot -p72d656fa10c54719
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 180
Server version: 10.1.20-MariaDB MariaDB Server

Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [keystone]> show tables;
+------------------------+
| Tables_in_keystone     |
+------------------------+
| access_token           |
| assignment             |
| config_register        |
... (생략)
| user_group_membership  |
| user_option            |
| whitelisted_config     |
+------------------------+
38 rows in set (0.00 sec)

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}