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  /  ...  /  ndb_secretsfile_reader — Obtain Key Information from an Encrypted NDB Data File

25.5.24 ndb_secretsfile_reader — 从加密的 NDB 数据文件中获取密钥信息

ndb_secretsfile_reader从一个 NDB 加密秘密文件中获取加密密钥,给定密码。

ndb_secretsfile_reader options file

必须包含一个 options,包括其中之一 --filesystem-password--filesystem-password-from-stdin,并且加密密码必须提供,如下所示:

> ndb_secretsfile_reader --filesystem-password=54kl14 ndb_5_fs/D1/NDBCNTR/S0.sysfile
ndb_secretsfile_reader: [Warning] Using a password on the command line interface can be insecure.
cac256e18b2ddf6b5ef82d99a72f18e864b78453cc7fa40bfaf0c40b91122d18

这些和其他可以与 ndb_secretsfile_reader一起使用的选项,如下表所示。附加描述在表格后面。

  • --defaults-extra-file

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

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

  • --defaults-file

    Command-Line Format --defaults-file=path
    Type String
    Default Value [none]

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

  • --defaults-group-suffix

    Command-Line Format --defaults-group-suffix=string
    Type String
    Default Value [none]

    还读取组与concat(group, suffix)的组。

  • --filesystem-password

    Command-Line Format --filesystem-password=password

    将文件系统加密和解密密码传递给ndb_secretsfile_reader使用stdinttymy.cnf文件。

  • --filesystem-password-from-stdin

    Command-Line Format --filesystem-password-from-stdin={TRUE|FALSE}

    将文件系统加密和解密密码传递给ndb_secretsfile_readerstdin(仅限) (only)。

  • --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

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

  • --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

    显示版本信息并退出。