在应用程序 Azure 用户名和密码中重置 MySQL

Reset MySQL in app Azure username and password

我试图在我的 Azure 网络应用程序中更改 MySQL 应用程序内数据库的用户名和密码。我误以为更改 MYSQLCONNSTR_localdb.ini 中的连接字符串会更改密码。我想知道是否有办法恢复原始 MYSQLCONNSTR_localdb.ini 文件,以便我可以获得密码并访问数据库。我还删除了 MYSQLCONNSTR_localdb.txt 文件。

好像不需要恢复密码,可以自定义要使用的数据库、用户名和密码。

doc中:

If you want to customize the database, username and password, after you have created a new database, add new username or update password, simply modify D:\home\data\mysql\MYSQLCONNSTR_localdb.ini , remove D:\home\data\mysql\MYSQLCONNSTR_localdb.txt and restart the WebApps.