ja:documentation:07_technical_annexes:19_mysql_8

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン両方とも次のリビジョン
ja:documentation:07_technical_annexes:19_mysql_8 [2023/01/31 05:44] – [CentOS 7] junichija:documentation:07_technical_annexes:19_mysql_8 [2023/01/31 05:46] – [Rocky Linux 8/AlmaLinux 8/RHEL 8] junichi
行 436: 行 436:
  
 </code> </code>
 +
 +  * If **you do not have an HA environment**, disable the binary logs with the following command in the ''[mysqld]''  section:
 +
 +  * **HA 環境が無い場合**は、''[mysqld]'' セクションの次のコマンドでバイナリログを無効化します。
 +
 +<code>
 +skip-log-bin
 +
 +</code>
 +
 +<WRAP center round tip 60%>
 +
 +See also "[[:en:documentation:05_big_environments:08_optimization#check_mycnf_settings|Optimization and troubleshooting]]" for checking the ''my.cnf''  file.
 +
 +</WRAP>
  
   * Start the MySQL service:   * Start the MySQL service: