我可以为多个 WordPress 站点使用一个数据库,但可以为多个 wp 代码/安装提供一个数据库吗
我需要
- 几个 Wordpress 网站来进行测试。
- 如果我只能使用一个数据库,那就太好了
- ,但我需要很少的wordpress代码/安装(因为我需要为每个站点使用不同的设置和插件。
我可以拥有所有这些吗?在一个 mySQL 数据库上运行?会使用相同的 db_name、db_user、db_password 等...而我对其他博客唯一更改的是前缀吗?
I need
- few Wordpress sites for testing purposes.
- It would be great if I can use only one db
- but I need few wordpress codes/instalations (because I need different settings and plugins for each site.
Can I have all that running on one mySQL db? Would use the same db_name, db_user, db_password, etc… and the only thing I change for the every other blog is the prefix?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
应该是完全有可能的。当您设置 WordPress 时,有一个字段用于在设置数据库时指定表前缀(默认为 wp_)。这些设置也存储在 wp-config.php 中
It should be perfectly possible. when you setup wordpress there's a field to specify the table prefix (default is wp_) when setting up the database. These settings are also stored in wp-config.php