Loading...
MySQL 9.5 Reference Manual 9.5의 25.5.24 ndb_secretsfile_reader — Obtain Key Information from an Encrypted NDB Data File의 한국어 번역본입니다.
아래의 경우에 피드백에서 신고해주신다면 반영하겠습니다.
감사합니다 :)
ndb_secretsfile_reader는 암호화를 위한 비밀번호가 주어졌을 때 NDB 암호화 시크릿 파일에서 암호화 키를 가져옵니다.
1ndb_secretsfile_reader options file
_options_에는
--filesystem-password
또는
--filesystem-password-from-stdin
중 하나가 반드시 포함되어야 하며, 아래 예시와 같이 암호화 비밀번호가 제공되어야 합니다:
1> ndb_secretsfile_reader --filesystem-password=54kl14 ndb_5_fs/D1/NDBCNTR/S0.sysfile 2ndb_secretsfile_reader: [Warning] Using a password on the command line interface can be insecure. 3cac256e18b2ddf6b5ef82d99a72f18e864b78453cc7fa40bfaf0c40b91122d18
ndb_secretsfile_reader와 함께 사용할 수 있는 이 옵션들과 기타 옵션들은 다음 표에 나와 있습니다. 각 옵션에 대한 추가 설명은 표 다음에 이어집니다.
| Property | Value |
|---|---|
| Command-Line Format | --defaults-extra-file=path |
| Type | String |
| Default Value | [none] |
글로벌 파일들이 읽힌 후에 지정된 파일을 읽습니다.
| Property | Value |
|---|---|
| Command-Line Format | --defaults-file=path |
| Type | String |
| Default Value | [none] |
지정된 파일에서만 기본 옵션을 읽습니다.
| Property | Value |
|---|---|
| Command-Line Format | --defaults-group-suffix=string |
| Type | String |
| Default Value | [none] |
concat(group, suffix)로 된 그룹들도 함께 읽습니다.
| Property | Value |
|---|---|
| Command-Line Format | --filesystem-password=password |
파일시스템 암호화 및 복호화 비밀번호를
stdin, tty, 또는
my.cnf 파일을 사용하여
ndb_secretsfile_reader에 전달합니다.
| Property | Value |
|---|---|
| Command-Line Format | `--filesystem-password-from-stdin={TRUE |
파일시스템 암호화 및 복호화 비밀번호를
stdin(only)으로부터
ndb_secretsfile_reader에 전달합니다.
| Property | Value |
|---|---|
| Command-Line Format | --help |
도움말 텍스트를 표시하고 종료합니다.
| Property | Value |
|---|---|
| Command-Line Format | --login-path=path |
| Type | String |
| Default Value | [none] |
로그인 파일에서 지정된 경로를 읽습니다.
| Property | Value |
|---|---|
| Command-Line Format | --no-login-paths |
로그인 경로 파일에서 옵션을 읽지 않습니다.
| Property | Value |
|---|---|
| Command-Line Format | --no-defaults |
로그인 파일을 제외한 어떤 옵션 파일에서도 기본 옵션을 읽지 않습니다.
| Property | Value |
|---|---|
| Command-Line Format | --print-defaults |
프로그램 인자 목록을 출력하고 종료합니다.
| Property | Value |
|---|---|
| Command-Line Format | --usage |
도움말 텍스트를 표시하고 종료합니다; --help와 동일합니다.
| Property | Value |
|---|---|
| Command-Line Format | --version |
버전 정보를 표시하고 종료합니다.
25.5.23 ndb_restore — Restore an NDB Cluster Backup
25.5.25 ndb_select_all — Print Rows from an NDB Table