Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I haven't tested it, but I would expect that duplicating the <code>externaldb_*</code> nodes under <code>global\resources</code> with another (unique) resource name e.g. <code>externaldb2_*</code> should work.</p> <pre><code>&lt;global&gt; &lt;resources&gt; &lt;externaldb_write&gt; &lt;connection&gt; &lt;use&gt;externaldb_database&lt;/use&gt; &lt;/connection&gt; &lt;/externaldb_write&gt; &lt;externaldb_read&gt; &lt;connection&gt; &lt;use&gt;externaldb_database&lt;/use&gt; &lt;/connection&gt; &lt;/externaldb_read&gt; &lt;externaldb_setup&gt; &lt;connection&gt; &lt;use&gt;core_setup&lt;/use&gt; &lt;/connection&gt; &lt;/externaldb_setup&gt; &lt;externaldb_database&gt; &lt;connection&gt; &lt;host&gt;&lt;![CDATA[localhost]]&gt;&lt;/host&gt; &lt;username&gt;&lt;![CDATA[db_username]]&gt;&lt;/username&gt; &lt;password&gt;&lt;![CDATA[db_password]]&gt;&lt;/password&gt; &lt;dbname&gt;&lt;![CDATA[db_name]]&gt;&lt;/dbname&gt; &lt;model&gt;mysql4&lt;/model&gt; &lt;type&gt;pdo_mysql&lt;/type&gt; &lt;active&gt;1&lt;/active&gt; &lt;/connection&gt; &lt;/externaldb_database&gt; &lt;externaldb2_write&gt; &lt;connection&gt; &lt;use&gt;externaldb2_database&lt;/use&gt; &lt;/connection&gt; &lt;/externaldb2_write&gt; &lt;externaldb2_read&gt; &lt;connection&gt; &lt;use&gt;externaldb2_database&lt;/use&gt; &lt;/connection&gt; &lt;/externaldb2_read&gt; &lt;externaldb2_setup&gt; &lt;connection&gt; &lt;use&gt;core_setup&lt;/use&gt; &lt;/connection&gt; &lt;/externaldb2_setup&gt; &lt;externaldb2_database&gt; &lt;connection&gt; &lt;host&gt;&lt;![CDATA[localhost2]]&gt;&lt;/host&gt; &lt;username&gt;&lt;![CDATA[db2_username]]&gt;&lt;/username&gt; &lt;password&gt;&lt;![CDATA[db2_password]]&gt;&lt;/password&gt; &lt;dbname&gt;&lt;![CDATA[db2_name]]&gt;&lt;/dbname&gt; &lt;model&gt;mysql4&lt;/model&gt; &lt;type&gt;pdo_mysql&lt;/type&gt; &lt;active&gt;1&lt;/active&gt; &lt;/connection&gt; &lt;/externaldb2_database&gt; &lt;/resources&gt; </code></pre> <p></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload