typecho sqlite转换为mysql

一、
Firefox的附加组件SQLite Manager,把除了typecho_options的表导出


typecho_comments.sql typecho_relationships.sql
typecho_contents.sql typecho_users.sql
typecho_metas.sql

二、
然后重新安装typecho源码,安装后用phpmyadmin清空各个表的内容,最后用phpmyadmin导入先前备份的五个sql文件即可

博客迁移到nginx的过程

我这个博客用的是Debian的VPS,先前的Web环境用的是XAMPP,即Web Server是Apache,数据库是Sqlite,这两个都是XAMPP中包含的,而博客源码是typecho。
前些天抽空换成了nginx、fastcgi和Debian中的Sqlite,以下是迁移过程。
参考了http://blog.chinaitlab.com/html/30/104830-166235.html,特此声明。

继续阅读 »

  1. 1