如何访问和查看 Liferay

发布于 2025-01-05 20:27:55 字数 154 浏览 0 评论 0原文

我如何查看/访问 Liferay 数据库?我想查看它使用的所有表格。常规 Liferay 或 Tomcat 安装是否包含 PhpMyAdmin 之类的软件进行管理?

一些附加信息: 我尝试访问的 Liferay 位于 Amazon EC2 上,我可以通过 SSH 使用终端命令。

How can I see/access Liferay Database? I want to see all the tables its using. Does a regular Liferay or Tomcat Installation include a software like PhpMyAdmin to administer?

Some additional information:
The Liferay I'm trying to access is sitting on Amazon EC2 And I can use terminal command using SSH.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

金橙橙 2025-01-12 20:27:55

如果您刚刚解压 liferay 并启动它,那么您的数据库只是一个文件“[installation_directory]/data/hsql/lportal.script”。您可以使用任何文本编辑器打开它。

或者你可以停止liferay并看看这个

If you just unziped liferay and started it than your database is simply a file '[instalation_directory]/data/hsql/lportal.script'. Which you can open with any text editor.

Or you can stop liferay and take a look at this

魔法少女 2025-01-12 20:27:55

首先,当您下载 Liferay 捆绑包时,它附带了 Hypersonic 数据库。这应该仅用于演示目的。我们通常做的是将Hysonic替换为MySQL等企业数据库。这里提到了执行相同操作的步骤。 http://www.liferay.com/community/wiki/- /wiki/Main/Database+Configuration

总之下载mysql。在 mysql 中创建一个数据库,并在 Portal-ext.properties 中指定该数据库的 jdbc 属性,如上面链接中所述。

一旦你有了,我认为你可以使用 phpAdmin 或任何 MYSQL 查询浏览器(我使用 SQLYOG)指向该数据库并查看值。

Ok first when you download Liferay bundle, it comes with Hypersonic database. This should only be used for demo purpose. What we normally do is replace Hypersonic with enterprise database like MySQL. The steps to do the same is mentioned here. http://www.liferay.com/community/wiki/-/wiki/Main/Database+Configuration

In short download mysql. Create a database in mysql and specify the jdbc properties for that db in portal-ext.properties as mentioned in above link.

Once you have that i think you can use phpAdmin or any MYSQL Query browser(I use SQLYOG) to point to this database and see the values.

也只是曾经 2025-01-12 20:27:55

liferay 连接的数据库将使用portal-ext.properties 进行配置。您可以在以下位置找到该文件:

<liferay-root>/<tomcat>/webapps/ROOT/WEB-INF/classes

The database that liferay connects to will be configured using portal-ext.properties. You can find this file under:

<liferay-root>/<tomcat>/webapps/ROOT/WEB-INF/classes
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文