a6bce01980
The XML root element of Docbook XML files should match the following format: <ELEMENT xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="THE_XML_ID_OF_THE_ELEMENT"> Change-Id: I02a75b63d0fb3ea4a7d015794b9229a94ddad279
19 lines
788 B
XML
19 lines
788 B
XML
<section xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0"
|
|
xml:id="database-configuring-db">
|
|
<?dbhtml stop-chunking?>
|
|
<title>Configure the database</title>
|
|
|
|
<para>Use the options to configure the used databases:</para>
|
|
|
|
<xi:include href="../../common/tables/trove-database.xml"/>
|
|
<xi:include href="../../common/tables/trove-db_cassandra.xml"/>
|
|
<xi:include href="../../common/tables/trove-db_couchbase.xml"/>
|
|
<xi:include href="../../common/tables/trove-db_mongodb.xml"/>
|
|
<xi:include href="../../common/tables/trove-db_mysql.xml"/>
|
|
<xi:include href="../../common/tables/trove-db_percona.xml"/>
|
|
<xi:include href="../../common/tables/trove-db_redis.xml"/>
|
|
</section>
|