CodeCommitsIssuesPull requestsActionsInsightsSecurity
49095e81692214b45aa4681f0de5a3bea724ea17

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

base/mysqlxx/tests/failover.xml

21lines · modepreview

<?xml version = '1.0' encoding = 'utf-8'?>
<yandex>
    <mysql_goals>
        <port>3306</port>
        <user>root</user>
        <db>Metrica</db>
        <password>qwerty</password>
        <replica>
            <host>example02t</host>
            <priority>0</priority>
        </replica>
        <replica>
            <host>example02t</host>
            <port>3306</port>
            <user>root</user>
            <password>qwerty</password>
            <db>Metrica</db>
            <priority>1</priority>
        </replica>
    </mysql_goals>
</yandex>