ユーザ用ツール

サイト用ツール


web:modx:revolution:update

差分

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

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
web:modx:revolution:update [2018/09/05 09:06]
hayashi [Update]
web:modx:revolution:update [2019/07/07 15:59]
hayashi
行 73: 行 73:
  
 これで、大丈夫だと思う これで、大丈夫だと思う
 +
 +==== 引越 ====
 +
 +=== DB作成関連 ===
 +
 +  CREATE DATABASE `database_hoge` CHARACTER SET utf8 COLLATE utf8_general_ci;
 +
 +  grant all privileges on `database_hoge`.* to "ユーザ"@"localhost" identified by 'パスワード' with grant option;
 +
 +この場合、passなどを変更してる場合は、core/config/config.inc.phpあたりを治す
  
 ==== 参考 ==== ==== 参考 ====
  
 [[http://tracker.modx.com/issues/4265|Bug#4265:Incorrect warnings of duplicate URIs when clearing cache after upgrade]] [[http://tracker.modx.com/issues/4265|Bug#4265:Incorrect warnings of duplicate URIs when clearing cache after upgrade]]
web/modx/revolution/update.txt · 最終更新: 2019/07/07 15:59 by hayashi