Questions tagged [azure-database-mysql]

"Azure Database for MySQL" is MySQL as-a-service in MS Azure. Use this tag specifically for the azure service "Azure Database for MySQL". DON'T use it for MySQL hosted on a Azure virtual machine.

Azure Database for MySQL is MySQL as-a-service in MS Azure, announced on 10th May, 2017. It provides a managed database service for app development and deployment

70 questions
0
votes
4 answers

How to set DTU for Azure Sql Database via Api?

I am able to create the Azure Sql database by mentioning the pricing tier. I am trying to set the Memory and DTU for the database. I am not able to find the Correct Api , Here is what i tried PUT : …
0
votes
1 answer

Connecting to Azure Database for MySQL in npm/mysql

I am getting an error when connecting to Azure Database for MySQL with the mysql npm module (version 2.13.0): Error: /Users/sascha/Desktop/azure-mysql/index.js:19 if (error) throw error; ^ Error: ER_HANDSHAKE_ERROR: Bad handshake …
skuntze
  • 21
  • 1
  • 1
  • 3
0
votes
1 answer

Cannot connect Azure Web App - NodeJS to Azure Mysql

I am using azure connection string (from Azure portal) for Node.js app, still cannot connect to Azure Database for Mysql server. var conn = mysql.createConnection({ host: yourhost, user: "username", password: "password", database:…
0
votes
1 answer

Unable to connect to my newly created MySQL server in Azure

After creating a new server in the Azure Database for MySQL service, I get the following error when trying to connect to it. The server has been created since I see a notification on the Azure portal to the effect and can also view the server…
Shantanu
  • 2,871
  • 4
  • 24
  • 38
-1
votes
1 answer

mysql/mariadb: why the connection is not established when i replace DNS with its corresponding IP?

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.database.azure.com and which gives 10.0.4.68. However…
Mohamed
  • 239
  • 1
  • 4
  • 17
-1
votes
1 answer

Getting data from Azure Database into Azure Maps

I'm currently working on a proof-of-concept where we're using an Azure Database as our data storage. I've got one table in there containing a few bits of information, and a geometry column (geometry is all multipolygons). Now, we'd like to be able…
user25730
  • 517
  • 2
  • 6
  • 24
-1
votes
2 answers

Is "Azure Database for MySQL servers" cloud service based on a Windows or a Linux environment?

I have a Windows Server production environment hosted on-site and I would like to have a separate development environment hosted in a cloud service. Amazon Web Services host their RDS MySQL server in a Linux based environment. This differs from the…
-1
votes
1 answer

Connecting to an Azure Database for MySQL using PHP

Having trouble connecting to my Azure Database for MySQL. Here is my PHP code: class access { var $user = "##"; var $pass = "##"; var $conn = null; var $result = null; var $StudentID = null; var $sql = null; public…
-2
votes
1 answer

How to update an Azure Database from Visual Studio 2019?

I created a database using Entity Framework (Web Api), but I made some changes, so I would like to update my database. I think I need to do a migration, but I do not know what else I need to do, because I have already done that but the changes don't…
-2
votes
1 answer

Azure SQL Database Manipulation

Is it possible to create a table in an Azure sql database using Python? I am pulling a list of things from an API and then want to push them to a table in my Azure sql db but can not find a tutorial or guide on how to do so. Googling for it led me…
Zlot
  • 47
  • 1
  • 6
1 2 3 4
5