Documentation Home
MySQL 8.4 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 39.8Mb
PDF (A4) - 39.9Mb
Man Pages (TGZ) - 257.9Kb
Man Pages (Zip) - 364.9Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


MySQL 8.4 Reference Manual  /  ...  /  ndbinfo_select_all — Select From ndbinfo Tables

25.5.2 ndbinfo_select_all — 从 ndbinfo 表中选择

ndbinfo_select_all 是一个客户端程序,可以从 ndbinfo 数据库中选择所有行和列的表格

并非所有 ndbinfo 表可供此程序读取(请参阅后续部分)。此外,ndbinfo_select_all 可以显示关于一些表的信息,内部 ndbinfo 不能使用 SQL 访问的包括 tablescolumns 元数据表。

要从一个或多个 ndbinfo 表中选择使用 ndbinfo_select_all,需要在调用程序时提供表格的名称,如下所示:

$> ndbinfo_select_all table_name1  [table_name2] [...]

例如:

$> ndbinfo_select_all logbuffers logspaces
== logbuffers ==
node_id log_type        log_id  log_part        total   used    high
5       0       0       0       33554432        262144  0
6       0       0       0       33554432        262144  0
7       0       0       0       33554432        262144  0
8       0       0       0       33554432        262144  0
== logspaces ==
node_id log_type        log_id  log_part        total   used    high
5       0       0       0       268435456       0       0
5       0       0       1       268435456       0       0
5       0       0       2       268435456       0       0
5       0       0       3       268435456       0       0
6       0       0       0       268435456       0       0
6       0       0       1       268435456       0       0
6       0       0       2       268435456       0       0
6       0       0       3       268435456       0       0
7       0       0       0       268435456       0       0
7       0       0       1       268435456       0       0
7       0       0       2       268435456       0       0
7       0       0       3       268435456       0       0
8       0       0       0       268435456       0       0
8       0       0       1       268435456       0       0
8       0       0       2       268435456       0       0
8       0       0       3       268435456       0       0
$>

以下是可以与ndbinfo_select_all一起使用的选项表格。附加描述在表后面。

  • --character-sets-dir

    Command-Line Format --character-sets-dir=path

    包含字符集的目录。

  • --core-file

    Command-Line Format --core-file

    在出现错误时写入核心文件;用于调试。

  • --connect-retries

    Command-Line Format --connect-retries=#
    Type 整数
    Default Value 12
    Minimum Value 0
    Maximum Value 12

    重连次数,直到放弃。

  • --connect-retry-delay

    Command-Line Format --connect-retry-delay=#
    Type 整数
    Default Value 5
    Minimum Value 0
    Maximum Value 5

    等待与管理服务器联系的秒数之间尝试的次数。

  • --connect-string

    Command-Line Format --connect-string=connection-string
    Type 字符串
    Default Value [none]

    --ndb-connectstring相同。

  • --defaults-extra-file

    Command-Line Format --defaults-extra-file=path
    Type 字符串
    Default Value [none]

    在读取全局文件之后,读取给定文件。

  • --defaults-file

    Command-Line Format --defaults-file=path
    Type 字符串
    Default Value [none]

    只从给定文件中读取默认选项。

  • --defaults-group-suffix

    Command-Line Format --defaults-group-suffix=string
    Type 字符串
    Default Value [none]

    另外,请阅读带有concat(group, suffix)的组。

  • --delay=seconds

    Command-Line Format --delay=#
    Type 数值型
    Default Value 5
    Minimum Value 0
    Maximum Value MAX_INT

    此选项设置等待执行循环的秒数。无效,如果--loops设置为0或1。

  • --help

    Command-Line Format --help

    显示帮助文本并退出。

  • --login-path

    Command-Line Format --login-path=path
    Type 字符串型
    Default Value [none]

    从登录文件中读取给定路径。

  • --no-login-paths

    Command-Line Format --no-login-paths

    跳过从登录路径文件中读取选项。

  • --loops=number, -l number

    Command-Line Format --loops=#
    Type 数值型
    Default Value 1
    Minimum Value 0
    Maximum Value MAX_INT

    这个选项设置执行选择的次数。使用--delay来设置循环之间的时间。

  • --ndb-connectstring

    Command-Line Format --ndb-connectstring=connection-string
    Type 字符串
    Default Value [none]

    设置连接字符串,以便与ndb_mgmd连接。语法:[nodeid=id;][host=]hostname[:port]。覆盖NDB_CONNECTSTRINGmy.cnf中的条目。

  • --ndb-mgmd-host

    Command-Line Format --ndb-mgmd-host=connection-string
    Type 字符串
    Default Value [none]

    --ndb-connectstring相同。

  • --ndb-nodeid

    Command-Line Format --ndb-nodeid=#
    Type 整数
    Default Value [none]

    设置节点ID,以覆盖由 --ndb-connectstring 设置的任何ID。

  • --ndb-optimized-node-selection

    Command-Line Format --ndb-optimized-node-selection

    启用节点选择优化的交易。默认情况下启用;使用 --skip-ndb-optimized-node-selection 禁用。

  • --no-defaults

    Command-Line Format --no-defaults

    不从任何选项文件中读取默认选项,除了登录文件。

  • --print-defaults

    Command-Line Format --print-defaults

    打印程序参数列表并退出。

  • --usage

    Command-Line Format --usage

    显示帮助文本并退出;与 --help 相同。

  • --version

    Command-Line Format --version

    显示版本信息并退出。

ndbinfo_select_all 无法读取以下表格: