« お気に入りに追加ボタン | メイン | 月別とカテゴリ別の構築ステップの変更 »

●SQLite へ切り替え


■mt-config.cgiの変更 SQLiteのパス

### SQLite Configuration - SQLite requires only the path to your SQLite
# database file.
#
ObjectDriver DBI::sqlite
Database /home/sites/lolipop.jp/users/main.jp-kan-hakusan/web/cgi/mt/db/mtdb
#
#
### BerkeleyDB Configuration - BerekelyDB requires only the path to your
# database directory.
#
DataSource ./db
#

■mt-db2sql.cgiの実行


■BerkeleyDBのコメントアウト

### BerkeleyDB Configuration - BerekelyDB requires only the path to your
# database directory.
#
#DataSource ./db
#

■すべてを再構築