將 config.inc.php 文件裏的php
config.inc.php
$db = new Typecho_Db('Mysql', 'typecho_');
修改成sql
$db = new Typecho_Db('Pdo_Mysql', 'typecho_');