エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
MySQL start replica 時に出る "Sending passwords in plain text without SSL/TLS is extremely insecure."
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
MySQL start replica 時に出る "Sending passwords in plain text without SSL/TLS is extremely insecure."
MySQL のレプリケーションを開始した時、以下のように Sending passwords in plain text without SSL/TL... MySQL のレプリケーションを開始した時、以下のように Sending passwords in plain text without SSL/TLS is extremely insecure. の警告が出る。 TLSv1.2接続をしているにも関わらずだ。 これについて調査した。 root@localhost[mysql-replica]> change master to master_host = 'source.host', -> master_port = 3306, master_ssl = 1, master_tls_version = 'TLSv1.2,TLSv1.3'; Query OK, 0 rows affected (0.01 sec) root@localhost[mysql-replica]> start slave user = 'xxx' password