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.
我有一个连接到 ClearDB 数据库的 php 项目。在本地运行它没有问题,并且能够与数据库交互。但是当我将项目推送到 azure 并尝试从网站运行它时,它无法正确使用数据库。它似乎能够连接到数据库,但插入了几乎空白的行。例如,当我尝试“注册”时,它会在用户表中创建一个带有 ID 的行,但名称、用户名等都是空白的。我不知道是什么原因造成的。我必须在 Azure 中更改任何设置才能使用该数据库或其他任何东西吗?
谢谢!