Documentation Home
MySQL 8.3 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.8Mb
PDF (A4) - 40.9Mb
Man Pages (TGZ) - 294.0Kb
Man Pages (Zip) - 409.0Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb
Excerpts from this Manual

MySQL 8.3 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

选项必须包括 --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 一起使用的选项在下表中显示。详细描述在表格之后。

表 25.44 与程序 ndb_secretsfile_reader 一起使用的命令行选项

Format Description Added, Deprecated, or Removed

--defaults-extra-file=path

在全局文件读取后读取给定文件

(在所有基于 MySQL 8.3 的 NDB 版本中支持)

--defaults-file=path

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

(在所有基于 MySQL 8.3 的 NDB 版本中支持)

--defaults-group-suffix=string

也读取带有 concat(group, suffix) 的组

(在所有基于 MySQL 8.3 的 NDB 版本中支持)

--filesystem-password=password

节点文件系统加密密码;可以从 stdin、tty 或 my.cnf 文件中传递

(在所有基于 MySQL 8.3 的 NDB 版本中支持)

--filesystem-password-from-stdin={TRUE|FALSE}

从 stdin 获取加密密码

(在所有基于 MySQL 8.3 的 NDB 版本中支持)

--help,

-?

显示帮助文本并退出

(在所有基于 MySQL 8.3 的 NDB 版本中支持)

--login-path=path

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

(在所有基于 MySQL 8.3 的 NDB 版本中支持)

--no-defaults

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

(在所有基于 MySQL 8.3 的 NDB 版本中支持)

--no-login-paths

不从登录路径文件中读取登录路径

(在所有基于 MySQL 8.3 的 NDB 版本中支持)

--print-defaults

打印程序参数列表并退出

(在所有基于 MySQL 8.3 的 NDB 版本中支持)

--usage,

-?

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

(在所有基于 MySQL 8.3 的 NDB 版本中支持)

--版本,

-V

显示版本信息并退出

(在所有基于 MySQL 8.3 的 NDB 版本中支持)


  • --defaults-extra-file

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

    在读取全局文件后读取给定的文件。

  • --defaults-file

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

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

  • --defaults-group-suffix

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

    也读取带有后缀的组。

  • --filesystem-password

    Command-Line Format --filesystem-password=密码

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

  • --filesystem-password-from-stdin

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

    将文件系统加密和解密密码从 stdin 传递给 ndb_secretsfile_reader

  • --help

    Command-Line Format --help

    显示帮助文本并退出。

  • --login-path

    Command-Line Format --login-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

    显示版本信息并退出。