Ceilometer database is not showing in sql?
I am using devstack, virtual environment, and using mysql, Please check when I run sql query show databases It is not showing ceilometerdatabase, but in this question https://ask.openstack.org/en/question/11964/where-does-ceilometer-stores-all-the-data-related-to-instances/ (https://ask.openstack.org/en/question...) they are showing.
Why In devstack ceilometer databases is not showing in following case. Please tell me?
[vagrant@localhost devstack]$ mysql -uroot -p
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 29
Server version: 5.5.41-MariaDB-log MariaDB Server
Copyright (c) 2000, 2014, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| cinder |
| glance |
| keystone |
| mysql |
| nova |
| performance_schema |
| test |
+--------------------+
8 rows in set (0.09 sec)
MariaDB [(none)]> connect