Wednesday, December 29, 2021

[FIXED] what is default username password for Azure WebApp MySQL in App

Issue

Created WebApp with MySQL in App, but tried clicking on Manage un MySQL in APP blade, prompt for username and password.

Is there default username and password or where can i find the credentials.


Solution

The connection string of MySQL (ClearDB), please set in the following format.

Database=DBNAME;Data Source=MYSQLHOST;User Id=USERID;Password=PASSWD

You can get the database's credentials by using FTP to navigate to the

/data/mysql/MYSQLCONNSTR_localdb.ini file.


Answered By - Sajeetharan

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.