gpt4 book ai didi

mysql - 我收到错误 : Mysql No connection could be made because the target machine actively refused it

转载 作者:行者123 更新时间:2023-11-29 18:31:12 24 4
gpt4 key购买 nike

我在在线主机上有一个网站,当我访问该网站时,它显示:

MySQL No connection could be made because the target machine actively refused it

该网站可以在本地主机上运行,但不能在在线主机上运行,我该如何修复它?

最佳答案

可能有很多原因

如果您是第一次尝试连接到该计算机,请检查您是否已授予允许远程主机连接的权限。

GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'password' WITH GRANT OPTION;

然后刷新权限

FLUSH PRIVILEGES;

如果您之前已经连接过,那么您的网络中可能存在防火墙阻塞。

关于mysql - 我收到错误 : Mysql No connection could be made because the target machine actively refused it,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45679024/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com