typecho change siteUrl
1、现在域名供应商修改域名指向
2、然后修改本地typecho数据库
mysql -u*name* -p*password* typecho
mysql> show tables;
+-----------------------+
| Tables_in_typecho |
+-----------------------+
| typecho_comments |
| typecho_contents |
| typecho_fields |
| typecho_metas |
| typecho_options |
| typecho_relationships |
| typecho_users |
+-----------------------+
7 rows in set (0.00 sec)