1. 建立 mysql 的資料庫
xampp 目 錄下的 mysql 下的 data 資料夾下的 lifetype (blog) 資料夾。
2. 建立系統參數
lifetype (blog) 資料夾內的 config 資料夾 下的 config.properties.php
$config["db_host"] = "localhost";
$config["db_username"] = "root";
$config["db_password"] = "密碼";
$config["db_database"] = "lt";