Testing out high availability capabilities for Azure

Rohan Jones 291 Reputation points
2020-05-13T19:43:09.083+00:00

How can users practically test out the high availability capabilities for azure Mysql before we go prod ?

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
713 questions
0 comments No comments
{count} votes

Accepted answer
  1. Mike Ubezzi 2,776 Reputation points
    2020-05-16T00:09:15.683+00:00

    "In the service, a gateway is used to redirect the connections to server instances. After the connection is established, the MySQL client displays the version of MySQL set in the gateway, not the actual version running on your MySQL server instance. To determine the version of your MySQL server instance, use the SELECT VERSION(); command at the MySQL prompt."

    0 comments No comments

0 additional answers

Sort by: Most helpful