ja:documentation:05_big_environments:07_server_management

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
最新のリビジョン両方とも次のリビジョン
ja:documentation:05_big_environments:07_server_management [2022/12/06 07:40] – [NG 753 およびそれ以前のバージョンにおけるヒストリデータベース] junichija:documentation:05_big_environments:07_server_management [2022/12/09 08:43] – [NG 753 およびそれ以前のバージョンにおけるヒストリデータベース] junichi
行 658: 行 658:
   * ''$DBNAME'': データベース名。   * ''$DBNAME'': データベース名。
  
-To use these environment variablesjust set them before executing the grants in the terminal:+To use these environment variables just define them before running //grants// in the terminal, enter the following:
  
-これらの環境変数を使用するには、ターミナルで GRANT を実行する前に設定するだけです。+これらの環境変数を使用するには、//GRANT// を実行する前に次のようにターミナルで設定するだけです。
  
 <code bash> <code bash>
行 669: 行 669:
  DBPASS='pandora' \  DBPASS='pandora' \
  DBPORT='3306' \  DBPORT='3306' \
- DBROOTPASS='pandora' + DBROOTPASS='pandora'
- PHPVER='8.0'+
- SKIP_PRECHECK=0 \ +
- SKIP_DATABASE_INSTALL=0 \ +
- SKIP_KERNEL_OPTIMIZATIONS=0 \ +
- PANDORA_BETA=0 \+
  
 +</code>
 +
 +Enter in the terminal:
 +
 +ターミナルで以下を実行します:
 +
 +<code bash>
 systemctl restart mysql systemctl restart mysql
 +
 +</code>
 +
 +Enter in the terminal:
 +
 +ターミナルで以下を実行します:
 +
 +<code bash>
  
 export MYSQL_PWD=$DBROOTPASS export MYSQL_PWD=$DBROOTPASS
行 684: 行 694:
  
 export MYSQL_PWD=$DBPASS export MYSQL_PWD=$DBPASS
 +
  
 </code> </code>