5

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.

Sreedhar
  • 29,307
  • 34
  • 118
  • 188

2 Answers2

5

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.
Sajeetharan
  • 216,225
  • 63
  • 350
  • 396
3

I had the same problem (almost 2 years later)

This happens when you click "Manage" to open phpMyAdmin while the website isn't running.

Just browser to your site to wake it up, then try again

MG123
  • 402
  • 2
  • 14