wordpress 2.0 for sqlite – patches/tarball download
NOTICE:
THIS VERSION WILL NOT BE SUPPORTED.
Here is the new version, sqlite patch for wordpress 2.2
============
Thanks to hasin,without his early work,i can’t do this changes easily.
(because of the Great Firewall in China,i felt sorry i couldn’t contact him easily.)
Original Version
install wordpress for sqlite step by step:
Method #1(win32/linux):
1 download the tarball:
http://fcicqbbs.googlepages.com/wp-sqlite2.tbz2
2 unpack.
3 (use your favourite editor) - Don't forget!!!
change this line in wp-config.php(3):
define('DB_NAME', '/var/www/localhost/htdocs/wp-sqlite2/wp-admin/wpdb.db');
to
define('DB_NAME', 'c:wpdb.db'); //or something else you want.
4 start using!
Method #2(linux):
(it is not available now,sorry…)
1 download:
http://static.wordpress.org/archive/wordpress-2.0.zip
(Must be wordpress-2.0,not 2.0.4)
2 unzip wordpress-2.0.zip
3 cd wordpress
4 download the wp-sqlite2(wordpress4sqlite) patch.
5 gzcat wp-sqlite2.diff.gz | patch -p1
6 cp wp-config-sample.php wp-config.php
7 (use your favourite editor) – Don’t forget!!!
change this line in wp-config.php(3):
define(‘DB_NAME’, ‘/var/www/localhost/htdocs/wp-sqlite2/wp-admin/wpdb.db’);
8 start using!
if you have download the patch(or the tarball),please leave a comment…
my email:fcicqbbs_at_gmail_dot_com
-fcicq
2006.10.5
友情提示: 请注意文章的时效性与准确性, 作者不对文章的有效性负责.
Tags: php, sqlite
Permalink Bookmark on del.icio.us
Last Modified: January 1, 2008 at 11:47 am