Troubleshooting Azure Database for MariaDB

This section provides guidance on troubleshooting common issues you might encounter when working with Azure Database for MariaDB.

Common Issues and Solutions

1. Connection Problems

Difficulty connecting to your Azure Database for MariaDB instance.

See the Connection troubleshooting guide for more details.

2. Performance Degradation

Slow query execution or overall database performance issues.

3. High Availability and Disaster Recovery (HADR) Issues

Problems related to read replicas, geo-replication, or automatic failover.

Note: For critical issues, consult the Azure status page and consider opening a support ticket with Microsoft.

4. Storage and Scaling Challenges

Running out of storage space or needing to adjust performance tiers.

5. Security and Access Control

Authentication or authorization failures.

Troubleshooting Tools

Leverage the following tools for diagnosing issues:

# Example: Checking server logs in Azure CLI az mariadb server logs list --resource-group myresourcegroup --server myservername

Further Resources