Use of CONNECT ENGINE
Hello, I want to use the "connect engine" from an external machine to an azure database. The problem is with the connexion URL as the Microsoft "user" to connect to the Azure PAAS already contains an "@" which is (in…
Azure Database for MariaDB

How can you create indexes on replica database only
I want to create a replica of Azure MariaDB but with the ability to create indexes on it to improve search performance. How can I do that?
Azure Database for MariaDB
Types of Databases in azure
I need a comparison matrix of all the essential attributes, which can be differentiating to choose a database, MariaDB, Postgres, MySQL and SQL Server, since in the documentation each one is different and there is no resource that evaluates in different…
Azure SQL Database
Azure Database for MariaDB
Azure Database for MySQL
Azure Database for PostgreSQL

Error connecing with Database under WSL 2
I am using latest Windows 11 build and installed WSL 2 (Debian) for development purpose. To try out a project, I need to install and configure MariaDB under my WSL Debian system. I have installed MariaDB 10.6.5 fine with no errors, but during initial…
Azure Database for MariaDB
mysql on version 5.7 but hecking the server status states Server version is 5.6.42.0
We have a setup for azure mysql on version 5.7 according to the azure portal, however checking the server status states Server version is 5.6.42.0 MySQL Community Server (GPL). See attached.
Azure Database for MariaDB
Azure Database for MySQL

Opening ports to Azure for MariaDb
Hi All, More of an AWS guy here, so having a little trouble w. the Azure configs. I'm trying to set up NXLog Manager to connect to an Azure for MariaDb PaaS product. NXL, however, requires communication to the DB over 20000, 34200-34300 as well as…
Azure Database for MariaDB

Set charset and collation EF Core 3 code first
Using ASP.Net core and Identity 3.1, I have a web app and using Pomelo package to connect to mysql/MariaDB as my databsae. I can alter my tables and columns after database is created to change my collation and charset but looking for a way to set my…
Azure Database for MariaDB
Developer technologies | ASP.NET | ASP.NET Core
Azure Policy to validate if TLS field is not selected
I am trying to implement a Deny Policy for "Azure Database for MySQL" -> "Connection Security" in Azure Portal which validates that once the "Enforce SSL Connection" is set to "Enabled" (handled in a separate…
Azure Database for MariaDB
Azure Database for MySQL
Azure Database for PostgreSQL
Azure Policy
Import data from serveur MariaDB to Azure MariaDB
Hi, I'm trying to import a database backed up with mysqldump from a server to Azure Mariadb. I use MySQL Workbench with the administrator account with the Server> Data Import menu. There is the message: ERROR 1046 (3D000) at line 22: No database…
Azure Database for MariaDB

Connection via ODBC to MariaDB
Hello, I have some problem with my connection to my MariaDB via Virtual Machine Azure (ODBC and Heidi). I have already sucessefuly connect from diverses computers (not VM) to this DB, but when I try in VM Azure this doesn't works. What I have already…
Azure Database for MariaDB
Manually trace Query Performance that spike our CPU usage in Azure Database MariaDB 10.3
Query Performance Insight is not applied to Azure Database MariaDB 10.3. I there any other option that we can manually trace Query Performance that spike our CPU usage?
Azure Database for MariaDB
Getting SSL keys+certs from deployed MariaDB instances to be used with MaxScale
Hi everybody, is there a way to get for each MariaDB deployed instance the relative SSL certificate+key couple? Looking at the MariaDB SSL documentation there's no mention of keys or certificates, but just the CA, which is specifically this…
Azure Database for MariaDB

Any event or metric that indicates Azure Maria DB backup success?
Hi, Is there any way to know or any event that can be used to send out an email notification whenever Azure Database for Maria DB completes the backup? We are aware that Azure Database for MariaDB service takes full, differential, and transaction log…
Azure Database for MariaDB
Replicate production Maria DB server to Maria DB Azure PaaS
Hello all, we have been working on a customer use case where Maria DB is installed on the Azure VM and contains several large databases that are live in production. Customer wants to get this migrated to Maria DB PaaS service of Azure with minimal…
Azure Database for MariaDB
MariaDB Azure won't start
Hi, i had a Problem with the MariaDB Instance from Microsoft Azure. We stop the instance every evening, because it is only an dev environment. Today in the morning i start all services again, also the MariaDB Service. After 4 hours the…
Azure Database for MariaDB
DB import error
Hi, I created a MariaDB server and I am able to connect it using commandline. I created a database and few empty tables from mysql cli without any issues. I am unable to import a database dump in the server. I get below error, root@Anonymous [~]# mysql…
Azure Database for MariaDB
Azure Database for MySQL
Auto Scale Maria database for Azure Programatically or with Runbook
Hello, Is there any way to scale up or down Azure database for Maria DB instance using Azure PowerShell or using Azure CLI? We are looking to build a webhook enabled automation runbook that can be invoked from upstream systems and get database…
Azure Database for MariaDB
Azure Automation
SSMA (SQL Server Migration Assistant) for MariaDB
I have on-premise MariaDB. I am Planning to migrate it to Azure SQL Database. Can i use SSMA (SQL Server Migration Assistant) for Migration??? Does SSMA supports MariaDB as source ??
Azure Database for MariaDB
SQL Server Migration Assistant
VB.NET CANNOT Connect Remotely to a MariaDB (on Web Server)
I have downloaded the 'MySql.Data.dll' (version 8.0.15) and have the following set up to connect (remote access) to a MariaDB on my web server: Imports MySql.Data.MySqlClient Dim MysqlConn As MySqlConnection Dim COMMAND As MySqlCommand …
Azure Database for MariaDB
MariaDB 10.3 created with a "-log" version
Hi, I have created a MariaDB server in the West Europe region. I have selected version 10.3 Performance Configuration: General Purpose, 2 vCore(s), 5 GB The server has been created using the version 10.3.23-MariaDB-log. show global variables…