Questions tagged [azure-mysql-database]

Azure Database for MySQL is an Enterprise-ready, fully managed MySQL service in Azure.

116 questions
5
votes
3 answers

Difference between Azure database for MySQL and Azure SQL database

I am learning azure from Microsoft learn using this link. Does anyone know the basic difference between "Azure Database for MySQL" and "Azure SQL Database"? Both seem very similar. As I am a beginner, can anyone explain the difference in an easy…
Murk
  • 75
  • 1
  • 8
3
votes
1 answer

Invalid value given for parameter administratorLogin. Specify a valid parameter value

While create mysql server from azure portal, i am getting like this { "code": "DeploymentFailed", "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see…
3
votes
1 answer

How can I solve the ddl execute error on Moodle 3.8.4?

I'm using Moodle 3.8.4 connected with the Azure Database for MySQL server. I'm trying to duplicate an activity by right-clicking on an activity and selecting Edit->Duplicate. I've set the debugging mode to DEVELOPER, then I see the following error…
2
votes
1 answer

How to connect an Azure App services to Azure Database for MySQL Flexible Server

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: SequelizeHostNotFoundError: getaddrinfo ENOTFOUND…
2
votes
0 answers

Private IP on Azure MySQL Flexible Server

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 why I'm able to connect to MySQL Flexible Server…
WinBoss
  • 879
  • 1
  • 17
  • 40
2
votes
0 answers

Are Azure Managed Identities enough?

I keep reading about how Azure Managed Identities are the way to go to secure access to Azure resources, and i totally get the convenience and level of security they offer. But i often worry that at the same time they leave open the possibility that…
2
votes
1 answer

AKS issues connecting to Azure Database for MySQL Server

This has been previously working but stopped recently. I have a Wordpress container running in an AKS pod that connects to Azure Database for MySQL Server Basic Pricing Tier. Recently the container is unable to connect. I have tried to whitelist all…
RVid
  • 1,207
  • 1
  • 14
  • 31
2
votes
1 answer

SQLALCHEMY_DATABASE_URI with Azure Mysql

I have a python application with flask but I can't connect to the mysql database that is on Azure. My config.py SQLALCHEMY_DATABASE_URI = 'mysql://user@mysqlsvr:pass1234@mysqlsvr.mysql.database.azure.com:3306/flask_db' Any suggestion?
arts
  • 31
  • 2
2
votes
2 answers

How migrate 100GB to Azure Database for MySQL? Possible export again?

I am looking into migrating my MySQL DB to Azure Database for MySQL https://azure.microsoft.com/en-us/services/mysql/. It currently resides on a server hosted by another company. The DB is about 100 GB. (It worries me that Azure uses the term…
user984003
  • 28,050
  • 64
  • 189
  • 285
2
votes
1 answer

MySql tables disappeared and showing a table named as 'warning'

We were having a MySql Server running in Azure Windows Virtual Machine. We were not using it for the past 6 months. But recently we logged into the Virtual Machine and tried to access the database using MySql Work Bench. But it doesn't accept the…
Mathew John
  • 559
  • 6
  • 18
2
votes
2 answers

Unable to connect to my MYSQL Azure from my Webapp - 1045, "Access denied for user 'dbadmin'@'xx.xx.xx.x' (using password: YES)

I keep receiving the following error in my Webapp OperationalError: (_mysql_exceptions.OperationalError) (1045, "Access denied for user 'dbadmin'@'xx.xx.xx.x' (using password: YES)") MySQL Azure: Hosted in Region > France Central Allowed Access to…
2
votes
1 answer

Cannot connect to Azure MySQL DB from JAVA Azure Function

I am developing a simple JAVA Time triggered Azure Function. I am trying to connect to a Azure MySQL instance but I keep getting this error: [Information] com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last…
steccami
  • 21
  • 1
  • 4
2
votes
2 answers

How to debug an Azure Function using Node.js and mysql2 connecting to database

running into some issues trying to figure out an Azure Function (node.js-based) can connect to our mysql database (also hosted on Azure). We're using mysql2 and following tutorials pretty much exactly…
1
vote
2 answers

Flutter app Azure MySQL server connection timeout error

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 main() async { final connSettings =…
1
vote
1 answer

MySQL cli client hangs when connecting to Azure managed database

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 a remote GUI client (SequelPro), so I'm confident…
Dan Blows
  • 20,846
  • 10
  • 65
  • 96
1
2 3 4 5 6 7 8