我要评分
获取效率
正确性
完整性
易理解

CCDB CLI Commands

ccdb show all db

  • Function

    Queries all cluster configuration databases (CCDBs).

  • Syntax

    ccdb show all db

  • Parameters

    Parameter

    Description

    Value

    NA

    NA

    NA

ccdb show db

  • Function

    Queries all tables of a specified CCDB.

  • Syntax

    ccdb show db [db name]

  • Parameters

    Parameter

    Description

    Value

    db name

    Database name.

    Value of db name listed in ccdb show all db.

ccdb show table

  • Function

    Queries the content of a table in a CCDB.

  • Syntax

    ccdb show table [db name] [table name]

  • Parameters

    Parameter

    Description

    Value

    db name

    Database name.

    Value of db name in ccdb show all db.

    table name

    Data table name.

    Value of table name listed in ccdb show db [db name].