Beschrijving
Dit is bedoeld voor grotere installaties van WordPress Network met behulp van een bestaande MD5 hash-structuur (multi-DB sharding) van 1-3 tekens (op basis van blog id). Het ondersteunt 16, 256 of 4096 database shards. Het ondersteunt ook een afzonderlijke database voor blog id 1 en meerdere VIP- databases (home & VIP-code bijdrage door Luke Polen).
Het moet elke plug-in ondersteunen die werkt met (en toegang heeft tot alle gegevens via) de normale WordPress databasecode .
Het is gebruikt om MU-versie 2.7.1 te gebruiken via WordPress 4.8 sites en om sites te upgraden van 2.7.1 tot en met WordPress 4.8.
Een gedetailleerd installatie gids kan worden gekocht voor een nominale vergoeding.
This plugin is based on HyperDB which is the database plugin used by WordPress.com. Like HyperDB, this plugin autodetects whether a query is requesting a global or blog table.
Schermafdrukken
Installatie
- The database configuration instructions are at the top of db-settings.php. The configuration instructions assume that:
- your databases all have the same database server, user & password.
- your blog shard databases are named according to the same prefix and a suffix of md5 hash, global, home or vipX.
- Instructies voor het toevoegen van VIP databases staan onderaan db-settings.php.
- Once finished editing db-setting.php upload it to the same folder as wp-config.php for your WordPress install.
- Edit your wp-config.php and add the following line after the database settings are defined:
require_once(‘db-settings.php’); - upload shardb-admin.php to /wp-content/plugins/.
- Network activate the SharDB admin tools in Network Admin -> Plugins.
- Migreer je gegevens naar je DB shards met behulp van het SharDB migratiescherm onder Netwerkadmin -> Instellingen op de hoofd site.
- upload db.php naar /wp-content/.
FAQ
- Installatie instructies
-
- The database configuration instructions are at the top of db-settings.php. The configuration instructions assume that:
- your databases all have the same database server, user & password.
- your blog shard databases are named according to the same prefix and a suffix of md5 hash, global, home or vipX.
- Instructies voor het toevoegen van VIP databases staan onderaan db-settings.php.
- Once finished editing db-setting.php upload it to the same folder as wp-config.php for your WordPress install.
- Edit your wp-config.php and add the following line after the database settings are defined:
require_once(‘db-settings.php’); - upload shardb-admin.php to /wp-content/plugins/.
- Network activate the SharDB admin tools in Network Admin -> Plugins.
- Migreer je gegevens naar je DB shards met behulp van het SharDB migratiescherm onder Netwerkadmin -> Instellingen op de hoofd site.
- upload db.php naar /wp-content/.
- The database configuration instructions are at the top of db-settings.php. The configuration instructions assume that:
Beoordelingen
Bijdragers & ontwikkelaars
“SharDB” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “SharDB” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
2.8.1
- Fix MySQL FOUND_ROWS() ondersteuning gebruikt voor paginering.
- Fix warnings.
2.8
- Toegevoegd PHP7 ondersteuning.
- Fix warnings.
- Test met WP 4.8
2.7.7
- Fixed button URLs in the migration screen.
- Test met WP 3.6
2.7.6
- Fixed notices issued by PHP 5.4.
- Added 3.3.X support.
- Toegevoegde ondersteuning voor BuddyPress 1.5 forums.
- Ondersteuning opgeheven voor pre 3.2 WordPress.
2.7.5
- Toegevoegd 3.1.X ondersteuning.
- Migratiescript.
2.7.4
- Ondersteuning 3.0.X toegevoegd.
- Fixed warning.
2.7.3
- Toegevoegd 2.9.1.1 reactie meta ondersteuning.
2.7.2
- Toegevoegd dataset / partitie naar site beheer blogs scherm.
2.7.1
- Originele versie.