将数据库从 Hypersonic 更改为 MySQL 后,Liferay 不保存设置
当我将 Liferay 数据库从 Hypersonic 更改为 MySQL 时,似乎页面的设置以及通过 Web GUI 在 Liferay 中完成的所有自定义都没有保存。可能是什么问题?
这是我的 Portal-ext.properties 配置:
jdbc.default.driverClassName=com.mysql.jdbc.Driver
jdbc.default.url=jdbc:mysql://localhost:3306/lportal?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
jdbc.default.username=root
jdbc.default.password=liferay
提前致谢!
when I have changed the Liferay database from Hypersonic to MySQL seems that the settings of the pages and all the customization done in Liferay through the web GUI are not saved. What can be the problem?
This is my configuration of the portal-ext.properties:
jdbc.default.driverClassName=com.mysql.jdbc.Driver
jdbc.default.url=jdbc:mysql://localhost:3306/lportal?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
jdbc.default.username=root
jdbc.default.password=liferay
Thanks in advance!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Liferay 不会自动为您迁移数据库。要手动执行此操作,
您的数据应该开始迁移。
我还强烈建议您在运行数据迁移工具时不允许用户访问数据库。
迁移完成后,关闭 Liferay 并使用新数据库重新配置您的门户,然后再次启动!
Liferay will not migrate databases for you automatically. To do it manually,
Your data should begin migrating.
I would also highly advise that you do not allow users to access the database while running the data migration tool.
After the migration has completed, shut down Liferay and reconfigure your portal using the new database and start up again!