Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以:我刚买了一个 VPS 并在上面安装了 Ubuntu。安装 Ubuntu 后,我安装了 MySQL 并创建了一个数据库。
现在:我想将 XenForo 连接到 mysql 数据库,但我收到错误消息“无法建立连接,因为目标机器主动拒绝了它。”
谁能帮我解决这个问题。
主动拒绝意味着主机实际上收到了您的连接请求,但拒绝了它。
要检查/验证的事项:
希望有帮助:)