New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Development Readme (trunk): Dutch

1 2 3 4
Prio Original string Translation
HyperDB is an advanced database class that supports replication, failover, load balancing, and partitioning.
Priority: high
You have to log in to add a translation. Details
HyperDB is an advanced database class that supports replication, failover, load balancing, and partitioning.
Comment

Short description.

You have to log in to edit this translation.

Since HyperDB attempts a connection only when a query is made, your WordPress installation will not kill the site with a database error, but will let the code decide what to do next on an unsuccessful query. If you want to do something different, like setting a custom error page or kill the site, you need to define the 'db_connection_error' callback in your db-config.php. You have to log in to add a translation. Details
Since HyperDB attempts a connection only when a query is made, your WordPress installation will not kill the site with a database error, but will let the code decide what to do next on an unsuccessful query. If you want to do something different, like setting a custom error page or kill the site, you need to define the 'db_connection_error' callback in your db-config.php.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

HyperDB allows tables to be placed in arbitrary databases. It can use callbacks you write to compute the appropriate database for a given query. Thus you can partition your site's data according to your own scheme and configure HyperDB accordingly. You have to log in to add a translation. Details
HyperDB allows tables to be placed in arbitrary databases. It can use callbacks you write to compute the appropriate database for a given query. Thus you can partition your site's data according to your own scheme and configure HyperDB accordingly.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Failover describes how HyperDB deals with connection failures. When HyperDB fails to connect to one database, it tries to connect to another database that holds the same data. If replication hasn't been set up, HyperDB tries reconnecting a few times before giving up. You have to log in to add a translation. Details
Failover describes how HyperDB deals with connection failures. When HyperDB fails to connect to one database, it tries to connect to another database that holds the same data. If replication hasn't been set up, HyperDB tries reconnecting a few times before giving up.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

HyperDB randomly selects database connections from priority groups that you configure. The most advantageous connections are tried first. Thus you can optimize your configuration for network topology, hardware capability, or any other scheme you invent. You have to log in to add a translation. Details
HyperDB randomly selects database connections from priority groups that you configure. The most advantageous connections are tried first. Thus you can optimize your configuration for network topology, hardware capability, or any other scheme you invent.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Stretch your imagination. You could create a dynamic configuration using persistent caching to gather intelligence about the state of the network. The only constant is the name of the configuration file. The rest, as they say, is PHP. You have to log in to add a translation. Details
Stretch your imagination. You could create a dynamic configuration using persistent caching to gather intelligence about the state of the network. The only constant is the name of the configuration file. The rest, as they say, is PHP.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

WordPress.com, the most complex HyperDB installation, manages millions of tables spanning thousands of databases. Dynamic configuration logic allows HyperDB to compute the location of tables by querying a central database. Custom scripts constantly balance database server resources by migrating tables and updating their locations in the central database. You have to log in to add a translation. Details
WordPress.com, the most complex HyperDB installation, manages millions of tables spanning thousands of databases. Dynamic configuration logic allows HyperDB to compute the location of tables by querying a central database. Custom scripts constantly balance database server resources by migrating tables and updating their locations in the central database.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

What if all database servers for a dataset go down? You have to log in to add a translation. Details
What if all database servers for a dataset go down?
Comment

Found in faq header.

You have to log in to edit this translation.

How does HyperDB support failover? You have to log in to add a translation. Details
How does HyperDB support failover?
Comment

Found in faq header.

You have to log in to edit this translation.

Deploy <code>db.php</code> to the <code>/wp-content/</code> directory. Simply placing this file activates it. To deactivate it, move it from that location or move the config file. You have to log in to add a translation. Details
Deploy <code>db.php</code> to the <code>/wp-content/</code> directory. Simply placing this file activates it. To deactivate it, move it from that location or move the config file.
Comment

Found in installation paragraph.

You have to log in to edit this translation.

Deploy <code>db-config.php</code> in the directory that holds <code>wp-config.php</code>. This may be the WordPress root or one level above. It may also be anywhere else the web server can see it; in this case, define <code>DB_CONFIG_FILE</code> in <code>wp-config.php</code>. You have to log in to add a translation. Details
Deploy <code>db-config.php</code> in the directory that holds <code>wp-config.php</code>. This may be the WordPress root or one level above. It may also be anywhere else the web server can see it; in this case, define <code>DB_CONFIG_FILE</code> in <code>wp-config.php</code>.
Comment

Found in installation paragraph.

You have to log in to edit this translation.

HyperDB is a very advanced database class that replaces a few of the WordPress built-in database functions. The main differences are: * HyperDB can be connect to an arbitrary number of database servers, * HyperDB inspects each query to determine the appropriate database. You have to log in to add a translation. Details
HyperDB is a very advanced database class that replaces a few of the WordPress built-in database functions. The main differences are: * HyperDB can be connect to an arbitrary number of database servers, * HyperDB inspects each query to determine the appropriate database.
Comment

Found in description paragraph.

You have to log in to edit this translation.

Failover for downed host You have to log in to add a translation. Details
Failover for downed host
Comment

Found in description list item.

You have to log in to edit this translation.

Smart post-write master reads You have to log in to add a translation. Details
Smart post-write master reads
Comment

Found in description list item.

You have to log in to edit this translation.

PHP 8.0 compatibility for call_user_func_array() and db_connections attribute
Priority: low
You have to log in to add a translation. Details
PHP 8.0 compatibility for call_user_func_array() and db_connections attribute
Comment

Found in changelog list item.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 4

Export as