With this tool, SQLite can be used as the database engine instead of MySQL. The SQL query for MySQL is translated for SQLite, so most of plugins can be directly used without manual modification of plugin.
(Japanese)
SQLite does not use the user/password, so these settings are not required.
A file, ”.dbsqlite” in directory, “nucleus/sqlite/” will be created after installing. This file contains the data of database. Set the permission of “nucleus/sqlite/” to be writable, for example 777.
The file, “nucleus/sqlite/.dbsqlite” contains all important data. Be sure that this file cannot be read by someone else. The directory contains an ”.htaccess” file to protect itself, however, this way may not work in some environment. Therefore, confirm that the “nucleus/sqlite/.dbsqlite” cannot be accessed by blowser after installing Nucleus (the access must be forbidden).
If you can access to “nucleus/sqlite/.dbsqlite” by browser, it must be hidden by another way. When this file is placed in the other directory, set the full path in “sqliteconfig.php” like “$SQLITECONF['DBFILENAME']='/home/yourname/.dbsqlite';”.
To start anything, make a back-up of database. Downloading the file “nucleus/sqlite/.dbsqlite” by
FTP is the easiest and best way.
Go to NP_SQLite admin page and execute “VACUUM”. This will optimize the
SQL tables.
Almost the same as that of original Nucleus. If the permissions of
PHP files are set to be writable, the required modification of these
PHP files will be automatically done by NP_SQLite.
Some plugins requires only overwriting of
PHP file during the upgrade. In this case, go to NP_SQLite management page and select “Check Plugin”. Otherwise, the upgraded plugin may not correctly work.
'Allow SQL query during the management?' If it's set to “yes”,
SQL query is available in the management page.
'Number of SQL queries at once when DB restore.' 'Wating time (seconds) when DB restore.' The settings used when the DB-restore.
Version 0.77 beta, released on 2006-10-23
Version 0.8.0, released on 2006-10-29
Nucleus 3.24 / SQLite 0.8.0, released on 2006-11-17
Nucleus 3.3 / SQLite 0.8.5 released (when??)
Nucleus 3.32 / SQLite 0.9.0, released on 2008-02-06