Kudu: MySQL In App - can't access PHPMyAdmin from the Azure Portal Blad

Created on 21 Nov 2016  路  5Comments  路  Source: projectkudu/kudu

It's prompting me for username and password.

Even if I enter the username and password in the MYSQLCONNSTR_localdb.ini it doesn't work.

The Wiki information explaining this is confusing.

@suwatch - it looks like you edited the Wiki article on this. How do I access PHPMyAdmin on a new WebApp that I turned the feature on for?

Most helpful comment

For me, visiting <sitename>.azurewebsites.net solved my issue.
after that I browsed <sitename>.scm.azurewebsites.net/phpmyadmin, it didn't ask password.

All 5 comments

This is the confusing part...

How to use phpMyAdmin with MySql in-app?

phpMyAdmin is enabled by default with the feature. You can access it thru https://.scm.azurewebsites.net/phpMyAdmin/. Unlike phpMyAdmin from SiteExtenions gallery, this phpMyAdmin is aware of MySql credentials and will connect automatically. The caveat is since MySql is only started with the main site if one were to access phpMyAdmin (which is part of SCM site) without the main site (and MySql) running, it may confusingly prompt for password. We are working toward improving the phpMyAdmin experience to better inform users in this scenario.

@andrewkrowczyk do you mind posting the question on this forum instead?

For me, visiting <sitename>.azurewebsites.net solved my issue.
after that I browsed <sitename>.scm.azurewebsites.net/phpmyadmin, it didn't ask password.

@suresh42326
Thank You!

Very odd situation in Azure, thanks #suresh42326 for pointing the answer out!!

Was this page helpful?
0 / 5 - 0 ratings