skip to Main Content

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

Answers


  1. 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.
    
    Login or Signup to reply.
  2. 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

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search