标签: php laravel-5.1 cleardb
我在尝试连接到cleardb数据库时遇到问题,它给了我这个错误。
No connection could be made because the target machine actively refused it
我检查我的连接信息并且它是正确的,因为我在navicat中测试并且连接成功。 任何人都可以帮助我。
答案 0 :(得分:0)
我发现laravel没有接收新的连接信息所以我重新启动服务器并且它正在工作。