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.
2
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.
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
Click here to cancel reply.
2
Answers
The connection string of MySQL (ClearDB), please set in the following format.
You can get the database’s credentials by using FTP to navigate to the
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