question

Bharath-8095 avatar image
0 Votes"
Bharath-8095 asked GeethaThatipatri-MSFT commented

Mysql installation failed while building azure pipeline

Hello Devs,
Project details : Django Python3.9 Linux app service backend, Mysql flexible server database, Deployment using Azure devops and pipelines

In the deployment phase while building with yaml file, I need to use Mysql server as backend, so to install that i used "sudo mysql-server" in the yaml-script, but its getting failed at that step,
After research i came to know that azure agent pool has mysql already installed, i need to just enable it in the script, I tried enabling but still my django is not able to find the mysql-backend,
I tried even both enabling and installing mysql-server, still the same error, my code is throwing no mysql backend found

azure-database-mysqlazure-dev-tool-integrations
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @Bharath-8095 Welcome to Microsoft Q&A, Thanks for posting your question
To better assist you can you please share the error screenshot.

Regards
Geetha

0 Votes 0 ·

Hi, @Bharath-8095 We haven't heard back from you. Just wanted to check if you are still facing the issue? In case you already found a solution, would you please share it here with the community? Otherwise, let us know and we will continue to engage with you on the issue.

Regards
Geetha

0 Votes 0 ·

0 Answers