Access denied error while connecting to MySQL in App in Azure App Service(在 Azure 应用服务中的应用程序中连接到 MySQL 时访问被拒绝错误)
问题描述
我创建了一个 Azure App Service 并在 App 中启用了 MySql.我能够从门户使用 phpMyAdmin 连接到 MySql - 转到应用程序 -> 应用程序中的 MySql -> 单击管理.它使用 phpMyAdmin 打开另一个窗口.
I created an Azure App Service and enabled MySql in App. I able to connect to MySql using phpMyAdmin from portal - go to app -> MySql in App -> click manage. It open another window with phpMyAdmin.
但不知何故,现在我无法连接到数据库.我得到以下错误
But somehow now I am not able to connect to database. I get below error
MySQL 说:文档
2002 - 试图以一种被禁止的方式访问套接字它的访问权限.— 服务器没有响应(或本地服务器的套接字配置不正确).
2002 - An attempt was made to access a socket in a way forbidden by its access permissions. — The server is not responding (or the local server's socket is not correctly configured).
推荐答案
很简单.如果您已停止网站并重新启动,则必须先从浏览器连接到网站 URL,然后才能使用 phpMyAdmin.
It's simple. If you have stopped the website and started it again, you must connect to the website URL from a browser, before you can use phpMyAdmin.
这篇关于在 Azure 应用服务中的应用程序中连接到 MySQL 时访问被拒绝错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 Azure 应用服务中的应用程序中连接到 MySQL 时访问被拒绝错误


基础教程推荐
- CHECKSUM 和 CHECKSUM_AGG:算法是什么? 2021-01-01
- 从字符串 TSQL 中获取数字 2021-01-01
- ORA-01830:日期格式图片在转换整个输入字符串之前结束/选择日期查询的总和 2021-01-01
- while 在触发器内循环以遍历 sql 中表的所有列 2022-01-01
- 带有WHERE子句的LAG()函数 2022-01-01
- 带更新的 sqlite CTE 2022-01-01
- MySQL根据从其他列分组的值,对两列之间的值进行求和 2022-01-01
- 使用 VBS 和注册表来确定安装了哪个版本和 32 位 2021-01-01
- 如何在 CakePHP 3 中实现 INSERT ON DUPLICATE KEY UPDATE aka upsert? 2021-01-01
- MySQL 5.7参照时间戳生成日期列 2022-01-01