星期四, 十一月 11, 2004
geeklog installation
Here is a digest of stuff related to geeklog:
- How to convert your Geeklog to Unicode/UTF-8 in 11 steps.
- Read the README file in your backups directory to restore
MySQL database:
- Create a user
- Drop or create database
mysql> drop database geeklog;
mysql> create database geeklog;

