MySQL SSL
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*MySQL SSL [#dfb97793]
https://dev.mysql.com/doc/refman/8.0/ja/mysql-ssl-rsa-set...
https://dev.mysql.com/doc/refman/8.0/ja/using-encrypted-c...
https://techdocs.broadcom.com/jp/ja/ca-enterprise-softwar...
#mkdir /var/db/mysql_ssl_pems
# /usr/local/bin/mysql_ssl_rsa_setup --datadir /var/db/my...
Ignoring -days; not generating a certificate
Generating a RSA private key
..............................................+++++
................+++++
writing new private key to 'ca-key.pem'
-----
Ignoring -days; not generating a certificate
Generating a RSA private key
.........................................+++++
...........................................................
writing new private key to 'server-key.pem'
-----
Ignoring -days; not generating a certificate
Generating a RSA private key
...................+++++
...........................................................
writing new private key to 'client-key.pem'
-----
1026 8:30 chown -R mysql:mysql mysql_ssl_pems/
1027 8:45 cd mysql_ssl_pems
1028 8:45 ll
1029 8:48 cp *.* /var/db/mysql/
2023-07-07T23:55:06.606037Z 0 [System] [MY-010910] [Serv...
2023-07-07T23:55:07.985575Z 0 [System] [MY-010116] [Serv...
2023-07-07T23:55:08.058421Z 1 [System] [MY-013576] [Inno...
2023-07-07T23:55:22.688154Z 1 [System] [MY-013577] [Inno...
2023-07-07T23:55:25.263365Z 0 [Warning] [MY-010068] [Ser...
2023-07-07T23:55:25.263419Z 0 [System] [MY-013602] [Serv...
show variables like '%ssl';
| Variable_name | Value |h
| have_openssl | YES |
| have_ssl | YES |
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
終了行:
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*MySQL SSL [#dfb97793]
https://dev.mysql.com/doc/refman/8.0/ja/mysql-ssl-rsa-set...
https://dev.mysql.com/doc/refman/8.0/ja/using-encrypted-c...
https://techdocs.broadcom.com/jp/ja/ca-enterprise-softwar...
#mkdir /var/db/mysql_ssl_pems
# /usr/local/bin/mysql_ssl_rsa_setup --datadir /var/db/my...
Ignoring -days; not generating a certificate
Generating a RSA private key
..............................................+++++
................+++++
writing new private key to 'ca-key.pem'
-----
Ignoring -days; not generating a certificate
Generating a RSA private key
.........................................+++++
...........................................................
writing new private key to 'server-key.pem'
-----
Ignoring -days; not generating a certificate
Generating a RSA private key
...................+++++
...........................................................
writing new private key to 'client-key.pem'
-----
1026 8:30 chown -R mysql:mysql mysql_ssl_pems/
1027 8:45 cd mysql_ssl_pems
1028 8:45 ll
1029 8:48 cp *.* /var/db/mysql/
2023-07-07T23:55:06.606037Z 0 [System] [MY-010910] [Serv...
2023-07-07T23:55:07.985575Z 0 [System] [MY-010116] [Serv...
2023-07-07T23:55:08.058421Z 1 [System] [MY-013576] [Inno...
2023-07-07T23:55:22.688154Z 1 [System] [MY-013577] [Inno...
2023-07-07T23:55:25.263365Z 0 [Warning] [MY-010068] [Ser...
2023-07-07T23:55:25.263419Z 0 [System] [MY-013602] [Serv...
show variables like '%ssl';
| Variable_name | Value |h
| have_openssl | YES |
| have_ssl | YES |
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
ページ名: