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.
我在本地开发 WordPress 主题,但在远程服务器上有一个相同站点的演示。我想做的是在本地开发,但让本地站点连接到远程数据库,而不必经常同步数据库。
是否可以将本地 WordPress 站点连接到远程数据库,而不是通过本地 MAMP 数据库连接?而且,我该怎么做呢?我的远程服务器是一个带有 GreenGeeks 的 VPS。
谢谢您的帮助。
丹尼斯
有可能,是的。
define('DB_HOST')
define('DB_HOST', 'your.domain.name');