PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, December 29, 2021

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

 December 29, 2021     azure, azure-webapps, mysql, phpmyadmin     No comments   

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
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

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

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing