This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Choose the best response for each of the questions below.
MySQL Workbench is a query interface tool. What tasks can be carried out in MySQL Workbench?
Displaying context sensitive help related to queries you're trying to execute.
Compare and synchronize data and schemas.
Sending alerts to administrator's email accounts.
For best performance on Azure Database for MySQL, how should you manage connection handling?
Short-lived connections.
Connection pooling.
Set max_connections to the minimum possible value.
How do you enable backups in Azure Database for MySQL?
Do nothing, databases will automatically be backed up once a day.
Configure the backup parameters in Server parameters.
Use the mysqldump utility.
How are new connections handled by Azure Database for MySQL?
Each new connection is responsible for creating a connection in the connection pool.
Each new connection must wait until the connection pool is available to create a new connection.
Each new connection uses a connection from the connection pool.
You must answer all questions before checking your work.
Was this page helpful?