我在网络服务器上安装了蛋糕,在单独的服务器上安装了数据库。
我可以通过 shell 远程连接到数据库,但是我的蛋糕给了
Error: Mysql requires a database connection
Error: Confirm you have created the file : app/Config/database.php.
Notice: If you want to customize this error message, create app/View/Errors/missing_connection.ctp.
我检查并设置了 PDO,启用了 mod_rewrite,并且我在开发服务器上进行了类似的设置,并正常运行。我检查了 core.php,它回显了正确的基本站点 url,并且 database.php 回显了正确的数据库选择。
任何想法可能是什么原因造成的?