差分

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

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
westhost:nucleus [2006/09/28 12:49] osamuwesthost:nucleus [2008/03/07 16:45] (現在) osamu
行 18: 行 18:
   [mysql]   [mysql]
   default-character-set = utf8   default-character-set = utf8
 +
  
 ==== PHP の設定 ==== ==== PHP の設定 ====
行 27: 行 28:
   mbstring.encoding_translation = Off   mbstring.encoding_translation = Off
  
-/etc/rc.d/rc のどこか+==== TIMEZONE ==== 
 +/etc/TIMEZONE を編集 
 +  #TZ=US/Eastern 
 +  TZ=JST-9 
 + 
 +/etc/rc.d/rc のどこか最初のほう
   TZ="JST-9"   TZ="JST-9"
   export TZ   export TZ
 +
 +それから、/etc/sysconfig/init というファイルを作る。中身は
 +  !#/bin/sh
 +  export TZ="JST-9"
 +chmod 755 /etc/sysconfig/init しておく。
  
 上記を設定して、restart。 上記を設定して、restart。
行 48: 行 59:
  return $connection;  return $connection;
 }</code> }</code>
- 
- 
westhost/nucleus.1159415341.txt.gz · 最終更新: 2007/07/23 16:50 (外部編集)
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0