我可以在我为 SugarCRM 实现的同一个 FastStack 服务(通过 FastStack 运行 Apache 和 MySql)中将 Joomla 部署在桌面上吗?如果是这样怎么办?
问题是我无法让 Joomla 创建 Mysql 数据库。它说我可能没有足够的权限来创建新数据库。我知道如何在典型的 Web 主机服务器上创建数据库,但在 FastStack 桌面实现上找不到相同的设置。 Joomla 希望我创建数据库,但我该怎么做呢?我怀疑 Faststack 的设置只是为了支持 Sugar,并且无法扩展以添加更多数据库。在这种情况下,我需要在桌面上部署完整版的 Mysql?也许是 Apache 的完整版本?或者也许最好也找到 Joomla 的 FastStack 实现?
如果可以的话,该怎么做?谢谢!
The problem is that I am unable to get Joomla to create the Mysql database. It is saying that I may not have enough permissions to create a new database. I know how to create a database on a typical web host server, but not finding the same set up on the FastStack desktop implementation. Joomla wants me to make the database, but how do I do that? I suspect the Faststack is set-up only to support Sugar and is not expandable to add more databases. In which case, I would need to deploy a full version of Mysql on my desktop? And maybe a full version of Apache? Or maybe better to find a FastStack implementation of Joomla, as well?
How to do that, if so? THANKS!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当你在安装应用程序中设置mysql时,你使用什么mysql帐户?如果您使用 root 用户,您应该拥有完全权限。您也可以只使用已有的数据库。所有 Joomla 表都有 jos_ 前缀,因此不应与糖表发生冲突。
What mysql account are you using when you setup the mysql in the install app? If you use the root user you should have full permissions. You could also just use the database that is already there. All Joomla tables have a prefix of jos_ so should not cause conflict with sugar tables.