ndbinfo database missing
Hi,
On my mysql cluster setup i dont have ndbinfo database. I dont know why its not present.
In the documentation its only stated the SQL node has to connect to the cluster with --ndbcluster parameter thats it.
I also see the ndbinfo storage engine is enabled. but the database is not there.
any clues?
mysql> show engines;
+--------------------+---------+----------------------------------------------------------------+--------------+------+------------+
| Engine | Support | Comment | Transactions | XA | Savepoints |
+--------------------+---------+----------------------------------------------------------------+--------------+------+------------+
| ndbcluster | YES | Clustered, fault-tolerant tables | YES | NO | NO |
| MRG_MYISAM | YES | Collection of identical MyISAM tables | NO | NO | NO |
| MyISAM | YES | MyISAM storage engine | NO | NO | NO |
| ndbinfo | YES | MySQL Cluster system information storage engine | NO | NO | NO |
| FEDERATED | NO | Federated MySQL storage engine | NULL | NULL | NULL |
| PERFORMANCE_SCHEMA | YES | Performance Schema | NO | NO | NO |
| ARCHIVE | YES | Archive storage engine | NO | NO | NO |
| BLACKHOLE | YES | /dev/null storage engine (anything you write to it disappears) | NO | NO | NO |
| InnoDB | DEFAULT | Supports transactions, row-level locking, and foreign keys | YES | YES | YES |
| CSV | YES | CSV storage engine | NO | NO | NO |
| MEMORY | YES | Hash based, stored in memory, useful for temporary tables | NO | NO | NO |
+--------------------+---------+----------------------------------------------------------------+--------------+------+------------+
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| filip |
| mysql |
| performance_schema |
| test |
+--------------------+
Subject
Views
Written By
Posted
ndbinfo database missing
1946
September 28, 2016 07:47AM
844
October 02, 2016 11:48PM
1147
October 06, 2016 01:49PM
1036
October 06, 2016 02:05PM
977
October 07, 2016 01:33AM
719
November 02, 2016 07:05AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.