Content
Azure Maria DB - support for columnstore
Hi, Is Azure MariaDB database as service supports columnstore? Is there any definitions required when bringing it up? Thanks!


When exactly are the restore points for MariaDB PITR, and how do I find these?
I will need 100% reliable point in time restore / PITR for medical examinations in Feb 2023. Critical data includes bitmap data of test-related notes, roughly 16GB over two days. I have tested out a worst case scenario on an Azure MariaDB instance,…


Azure MariaDB version upgrade
Hey I there an intention or roadmap to providing MariaDB in Azure with versions higher than 10.2 and 10.3? 10.2 is no longer officially supported and support for 10.3 runs out in May 2023. Cheers


MariaDB versions higher then 10.3
Hi Guys, What is Azure view at MariaDB versions? Because the current stable version is 10.6.8. And I can only choose for 10.3 in Azure.


Inviting external users to power pages site
After sending an invitation to the portal contact in order to view my power pages site, the user is getting an error saying "local host refused to connect" What might be the reason and a possible solution to this error?


MySQL disk space runs out quickly even though the DB itself has only 30MB of data
I recently migrated from AWS RDS to Azure Database for MySQL. It's MySQL version 8 running on single server, not flexible server. The DB instance has 100GB space allocated initially. All the DB parameters are using the default values. However,…
Access MariaDB general log
Hi, I am having trouble finding a way (or any information in docs) on how to access "general logs" in Azure Database for MariaDB server. When I'm connected to the server via MySQL Workbench, the "Server Logs" option is greyed out.…


Restore on mariaDB failed Operation not permitted
I try to use the Azure MariaDB. While I want to copy a database from local device to the cloud I get the Message Restore on mariaDB failed Operation not permitted log_bin_trust_function_creators = ON I have already set


Get csv file in mail
I am Creating csv file after that this file I am adding in the share point document library by using (create file ) by giving .csv extension after that I am taking that item content by using (get file content ). now I am adding this get item content…


Where I can activate query_store_capture_mode in MariaDB 10.3?
In the documentation I found: Enable Query Store using the Azure portal Sign in to the Azure portal and select your Azure Database for MariaDB server. Select Server Parameters in the Settings section of the menu. Search for the…


MariaDB Hybrid Synchronization Top 3 Scenarios
What are top 3 scenarios for MariaDB hybrid synchronization? Thanks


setup ms universal printing
Hello, I need printers to be accessible globally without using any hardware. Setting up MS universal printing was really confusing. I created an account in microsoft azure and can login in azure portal, but admin.microsoft.com doesn't let me login. Can…


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…


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?


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…


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…


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.


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…


MariaDB and Data Studio (Google)
Hi !!! I have a mariaDB database inside a virtual machine (ubuntu) in AZURE, and it works very well. So I wanna use DATA STUDIO to make reports but it's imposible connect my database with Data Studio. Can anyone help me ???


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…