Linux 软件免费装

SQLite Integration

开发者 kjmtsh
更新时间 2015年3月20日 02:05
PHP版本: 3.3 及以上
WordPress版本: 4.1.1
版权: GPLv2
版权网址: 版权信息

标签

database PDO SQLite

下载

1.0 1.1 1.2 1.2.1 1.3 1.4 1.4.1 1.4.2 1.5 1.6 1.6.1 1.6.2 1.6.3 1.7 1.8 1.8.1

详情介绍:

This plugin enables you to create WordPress based web sites without MySQL database server. All you've got to prepare is the Apache web server or the like and PHP with PDO extension. WordPress archive and this plugin in hand, you can build a WordPress web site out of the box. SQLite Integration is a successor to PDO for WordPress plugin, which unfortunately enough, doesn't seem to be maintained any more. SQLite Integration uses the basic idea and structures of that plugin and adds some utilities with more features. Features SQLite Integration is a database access engine program, which means it's not like the other plugins. It must be used to install WordPress. Please read the install section. And see more detailed instruction in the SQLite Integration Page. Once you succeed in installing WordPress, you can use it just like the other systems using MySQL. Optionally, this plugin provides the feature to temporarily change the database to MySQL and come back to SQLite, which may help developers test their sites on the local machines without MySQL. After you finish installing, you can activate this plugin (this is optional but I recommend you to). And you can see some instructions and useful information on your server or your installed plugins. System Requirements Backward Compatibility If you are using 'PDO for WordPress', you can migrate your database to this plugin. Please check the install section. Support Please contact us with the methods below:
  1. Post to Support Forum.
  2. Visit the SQLite Integration Page(in English) or SQLite Integration(ja) Page(in Japanese) and leave a message there.
Notes about Support WordPress.org doesn't officially support using any other database than MySQL. So you will have no supports from WordPress.org. Even if you post to the general Forum, you'll have few chances to get the answer. And if you use patched plugins, you will have no support from the plugin author(s), eithter. I will help you as much as I can, but take your own risk, please. Translation Documentation is written in English. If you translate it into your language, please let me know.

安装:

For more detailed instruction, please visit SQLite Integration. Preparation
  1. Download the latest WordPress archive and this plugin. And expand them on your machine.
  2. Move sqlite-integration folder to wordpress/wp-content/plugins folder.
  3. Copy db.php file in sqlite-integratin folder to wordpress/wp-content folder.
  4. Rename wordpress/wp-config-sample.php to wordpress/wp-config.php.
Basic settings Open wp-config.php and edit the section below: See also Editing wp-config.php in the Codex. Note that you don't have to write your database server, user name, user password or etc... Less than 5 minutes installation Upload everything (keeping the directory structure) to your server and access the wp-admin/install.php with your favorite browser, and WordPress installation process will begin. Enjoy your blogging! Optional settings You can change some default settings with the directives in wp-config.php.If you change the SQLite database file name (default is .ht.sqlite) to others, add the next line in your wp-config.php. define('DB_FILE', 'your_database_name'); If you change the directory where the SQLite database is put, add the next line in your wp-config.php. define('DB_DIR', '/home/youraccount/database_directory/'); You can change either of them or both of them. Use MySQL without uninstalling this plugins If you want to use MySQL, add the next line in your wp-config.php. define('USE_MYSQL', true); Of course, this is not enough. You must give your database server address, user name, passowrd or etc... in the same file. After you add that line and access your web site for the first time, WordPress installer will begin. Then you must finish setting MySQL database. As you know, data in the SQLite database is not automatically migrated to MySQL. If you want to use SQLite again, change the line in wp-config.php as below or just remove this line. define('USE_MYSQL', false); For PDO for WordPress users If you are using PDO for WordPress now, you can migrate your database to SQLite Integration. I recommend the way below. See more detailed instruction SQLite Integration.
  1. Export your data from current database.
  2. Install latest WordPress with SQLite Integration.
  3. Import the old data.
If export or import fails for some reason, please visit our site and try another way described there.

屏幕截图:

  • System Information tells you your database status and installed plugins compatibility.

升级注意事项:

WordPress 4.1.1 compatibility is checked and some bugs are fixed. Upgrade is recommended. When auto upgrading fails, please try manual upgrade via FTP.

常见问题:

Install stops with 'Error establishing a database connection'

It is required that you should prepare wp-config.php manually. If you try to make WordPress create wp-config.php, you'll get that message and can't continue install process.

Database file is not created

The reason of failure in creating directory or files is often that PHP is not allowed to craete them. Please check your server setting or ask the administrator.

Such and such plugins can't be activated or doesn't seem to work properly

Some of the plugins, especially cache plugins or database maintenace plugins, are not compatible with this plugin. Please activate SQLite Integration and see the known limitations section in this document or visit the SQLite Integration for more detailed information.

I don't want the admin menu and documentation

Just deactivate the plugin, and you can remove them. Activation and deactivation affect only admin menu. If you want to remove all the plugin files, just delete it.

更新日志:

See also ChangeLog file contained in the archive. 1.8 (2015-03-06) 1.7 (2014-09-05) 1.6.3 (2014-05-10) 1.6.2 (2014-05-05) 1.6.1 (2014-04-22) 1.6 (2014-04-17) 1.5 (2013-12-17) 1.4.2 (2013-11-06) 1.4.1 (2013-09-27) 1.4 (2013-09-12) 1.3 (2013-09-04) 1.2.1 (2013-08-04) 1.2 (2013-08-03) 1.1 (2013-07-24) 1.0 (2013-07-07)