Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
81 views

For contextual reasons, we recently changed security access from (MySQL & Microsoft Entra Auth) to (Microsoft Entra Auth ONLY): After doing this, I am no longer able to import/export database via ...
Dainank's user avatar
  • 2,613
0 votes
1 answer
350 views

Before using Azure Container Apps (ACA), I deployed my applications on Kubernetes (AKS). In AKS, I only had to set environment variables for authentication, and the Python SDK for Azure would connect ...
BeGreen's user avatar
  • 1,043
0 votes
1 answer
77 views

I am creating a mysql server in Azure via Azure DevOps. I have run into an issue and would like to confirm if it is a bug or something I am doing wrong. I have a bash script that creates the mysql ...
Herald Gjura's user avatar
0 votes
1 answer
92 views

I’m optimizing a query for better performance, and I use the following SQL statement: SELECT * FROM my_table WHERE status_flag = 0 AND event_date = '2025-03-25 23:59:59.999' AND id > 42006893 ...
Ruibin Zhang's user avatar
0 votes
1 answer
159 views

I have a wordpress app service setup in azure and it applies automatic backups every hour. However, this does not include a database backup so when you go to custom backup you can choose advance and ...
Qiuzman's user avatar
  • 1,843
2 votes
1 answer
69 views

I would like to retrieve information from a MySql instance, which users have SHOW_ROUTINE privilege. This privilege can be only granted globally according to the documentation. Such privileges are ...
Aliman's user avatar
  • 87
0 votes
1 answer
216 views

Im trying to create Azure Flexible MySQL database, I tried multiple times by providing key vault and managed key information. Still it showing Could not find Azure Key Vault Key with key name ...
Varanasi Phaneendra's user avatar
1 vote
1 answer
498 views

In my NestJS backend I wanted to add a TLS connection for my database which is in MySQL. My MySQL is on Azure and I have turned off the require_secure_transport = OFF now if I turn on, I get this ...
https.samurai's user avatar
0 votes
1 answer
125 views

Is there a way to create a data source to Azure MySQL database in Google Data Studio? What is the public IP of Google Data studio that I can give access to in my Azure MySQL database? Thanks in ...
G Srikar eddy's user avatar
1 vote
1 answer
470 views

I have a web application with .NET 7 that uses MySQL, I wanna deploy this app to a WebApp on Azure, but before that, I am trying to access the db using Azure managed Identity and not MySql User and ...
Warios's user avatar
  • 359
-1 votes
2 answers
199 views

I have 3 mariadb galera db's, 2 nginx/php machines at these sizes DBs - E8ds_v5, nginx/php-fpm - D4ds_V5 I am getting really bad performance from mariadb. These machines are in the same vnet, but ...
naw_'s user avatar
  • 9
0 votes
1 answer
3k views

I am trying to connect to the azure mysql flexible-server from MySQL workbench / azure-cli but have not been successful. I have allowed connections to the server from my current IP. I followed the ...
martellcharles's user avatar
0 votes
1 answer
474 views

I'm using a MySQL Flexible Server as data source for an Indexer in my AI Search Service. Everything worked smoothly when all the resources were public but I'm having trouble getting it to work in a ...
Gotem's user avatar
  • 103
0 votes
1 answer
1k views

We are wanting to use the Azure REST API to create Mysql database server instances as listed here: https://learn.microsoft.com/en-us/rest/api/mysql/?view=rest-mysql-singleserver-2017-12-01#flexible-...
Antony's user avatar
  • 4,442
0 votes
2 answers
209 views

I have a mysql event that is scheduled to run nightly defined as follows: create definer = myuser@`%` event nightly on schedule every '1' DAY starts '2023-10-21 00:00:00' enable do ...
Code Magician's user avatar
0 votes
1 answer
145 views

Trying to connect to a SQL Server database on Azure and use Azure Active Directory instead of using the default SQL authentication. Current options w/ my idea of using set domain but not sure what it'...
Alex's user avatar
  • 456
0 votes
1 answer
119 views

While running a .net Core MVC application against Azure Mysql database, frequently we are getting the sites are running down / going offline issue. After checking server error logs , we can see many ...
Sebastian's user avatar
  • 4,861
-1 votes
1 answer
326 views

After a new instance of Azure MySQL flexible server is setup, i imported data from existing mysql data base using Heidi and it looks like all data is imported but after a deeper look , realised that ...
Sebastian's user avatar
  • 4,861
0 votes
0 answers
159 views

I have using a public connection to a Azure MySQL database from a Azure Web App using a PHP 7.4 stack (soon to be PHP 8.2). Things work fine up to about 2500 requests/min and I start getting database ...
AQuirky's user avatar
  • 5,316
0 votes
0 answers
43 views

Note: i tried every single stackoverflow suggestion at the bottom before I posted.. I also tried creating the user in the database on the mySQL command line then granting all permissions, still no ...
Caleb Carson's user avatar
0 votes
1 answer
864 views

I am trying to connect my Django project with the Azure Mysql database but it's showing this error continuously: RuntimeWarning: Got an error checking a consistent migration history performed for ...
Jim Larry's user avatar
0 votes
1 answer
337 views

The requirement is to implement Cross-region replication using Azure MySQL Flexi server DB. From the Azure portal, have the option to choose a location while creating the replica. The same replica ...
BSG's user avatar
  • 723
1 vote
1 answer
120 views

We are using Azure DB for MYSQL Flexible servers. Its InnoDB v8. In one of the table few million records exist. Sometimes we need to search record based on one of the column say Name column. Its ...
JHah's user avatar
  • 486
1 vote
2 answers
258 views

I am developing a Flutter application in android studio. In a separate 'DbHelper.dart' file, the following code connects to Azure MySQL server. DbHelper.dart: import 'package:mysql1/mysql1.dart'; void ...
Samet Artan's user avatar
0 votes
1 answer
322 views

Microsoft documentation: Azure Database for MySQL - Single Server takes backups of the data files and the transaction log.These backup files are not user-exposed and cannot be exported. These backups ...
Niahm's user avatar
  • 396
0 votes
0 answers
317 views

I am trying to get my Ghost Blog (https://ghost.org/) running in a Azure Docker Container. In the Ghost documentation they describe how to configure the SSL connection for a MySQL database. In Azure I ...
Henkie85's user avatar
  • 245
3 votes
1 answer
6k views

While create mysql server from azure portal, i am getting like this { "code": "DeploymentFailed", "message": "At least one resource deployment operation failed. ...
sweetnandha cse's user avatar
0 votes
1 answer
1k views

My Python (FastAPI) app is deployed to an AKS cluster (several replicas/pods). It makes requests to a MySQL database managed by "Azure for MySQL Single Server". The app works just fine, but ...
janluke's user avatar
  • 1,697
0 votes
1 answer
191 views

-- Background: I am using asp.net mvc project with 3.1 .net core. I have azure setup for hosting it in app service. For Database, I have mysql database server set up on Azure (version 5.7). -- Problem:...
Jems Chaudhary's user avatar
0 votes
1 answer
1k views

I've setup a MySql single server (we cannot AFAIK use flexible server because we want to configure data encryption which seems problematic on Flexible server). The MySql single server is setup to ...
ossentoo's user avatar
  • 2,079
2 votes
1 answer
688 views

I am working on an Azure app services in conjunction with a flexible mysql database server. I have successfully deployed my website to NodeJS v18.LTS, but my server is Throwing: ...
Toms_Hd3z's user avatar
  • 187
1 vote
1 answer
278 views

I am trying to enable the mysqlx plugin in my company's MySQL Azure database, so that I can use the JSON import utility in MySQL Shell. The server version is 8.0, for which mysqlx is enabled by ...
Nial Perry's user avatar
0 votes
1 answer
110 views

I´m trying to connect to an Azure Mysql database server to create a table from a Dataframe in Azure Synapse with Spark. I have this url and this properties All variables like jdbcXYZ are fulled with ...
Jose's user avatar
  • 25
1 vote
1 answer
2k views

When creating MySQL Flexible Server (DBaaS) on Azure that is not publicly accessible a private DNS zone is being created making that MySQL Flexible Server accessible via a hostname. While debugging ...
WinBoss's user avatar
  • 695
-1 votes
1 answer
482 views

i have deployed mariadb on Azure with ssl enabled. The server name looks like : somename.mariadb.database.azure.com i installed mariadb client on my jumpserver. I did nslookup somename.mariadb....
Mohamed's user avatar
  • 273
1 vote
2 answers
918 views

I'm using Azure database for mysql - Flexible server and we would like to have Disaster recovery in another Azure region. As per the below documentation, the cross region read replica is not supported....
Suresh's user avatar
  • 35
0 votes
0 answers
155 views

I am trying to check for the ID. If it does not exist I want my data to be inserted as a new record in table and if ID exists I want to compare both incoming new record and existing record and only ...
NIKI's user avatar
  • 1
0 votes
2 answers
1k views

I would like to delete the MySQL DB records using ADF. I have created the pipeline in ADF and I am copying the data from a MySQL Database to Storage Account using copy activity in ADF, once that's ...
Ghansham Mahajan's user avatar
0 votes
2 answers
403 views

I have created a virtual machine hosting a WordPress website and an Azure Database for MySQL. Sample credentials: define('DB_NAME', 'wordpress'); define('DB_USER', 'wpuser'); define('DB_PASSWORD', '...
supmethods's user avatar
0 votes
2 answers
6k views

In my Azure environment I have private SQL Server. To access SQL Server and databases I use a private endpoint. When I connect to SQL from VM in the same Virtual Network I have no problem. I have AKS ...
Sasha's user avatar
  • 11
0 votes
2 answers
4k views

I'm having issues connecting my Django app in my local machine to MySql Database in Azure? I added my IP in the Rules and am connecting with this: 'default': { 'ENGINE': 'django.db....
Anish's user avatar
  • 19
0 votes
1 answer
935 views

I followed this article to create a system assigned managed identity for an app service on Azure and made the necessary AD authrization for MySQL database. The link has a java code to generate token ...
Ranbir Sinha's user avatar
0 votes
2 answers
383 views

I have restored Azure Database for MySQL single server using powershell script below. Now, post restore the DB I had to copy all the firewall rules and other settings from connection security of Azure ...
PRAVEEN PDBR's user avatar
0 votes
2 answers
187 views

How to calculate how many licenses required for Azure Hybrid Benefit. below is the configuration for MSSQL db Sql database configuration below:- General Purpose: Gen5, 2 vCore, Business Critical: ...
luck_26's user avatar
0 votes
0 answers
253 views

I recently replaced an on-prem MySQL server with Azure Database for MySQL. I have a .NET 6 C# application and it works when connected to the on-prem, but has a problem with the Azure DB. Both ...
user3075978's user avatar
-3 votes
1 answer
163 views

When running creation_date date default (current_date), getting error on MySQL server on Azure portal, but not on local MySQL workbench. How can we give the current date as default?
ILovePizza's user avatar
1 vote
1 answer
1k views

I have a MySQL database on Azure, using the Azure managed database service, and two Ubuntu 20.04 VMs (running PHP applications) in the same VNET. I can connect to the database from both PHP, and from ...
Dan Blows's user avatar
  • 21.2k
0 votes
1 answer
1k views

I'm trying to connect from a Ubuntu 20.04 Server to an Azure Database for MySQL-Server from terminal. That worked fine until two days ago. When i hit enter now the mysql warning is displayed and ...
emil's user avatar
  • 43
0 votes
1 answer
798 views

i am trying to create mysql with some default configurations on azure with terraform, following is my code. although "enforce_gtid_consistency" and "time_zone" is working and being ...
Muhammad Zaman's user avatar
0 votes
1 answer
197 views

Even after closing a connection temporary symmetric keys were not deleted from tempdb.sys.symmetrickeys. I want to understand if I can always drop them in the same session without worrying about ...
Arpit A.'s user avatar
  • 109