gpt4 book ai didi

mysql - 将 hybris 数据库更改为 MySQL

转载 作者:可可西里 更新时间:2023-11-01 06:36:41 26 4
gpt4 key购买 nike

我刚刚作为核心开发人员完成了 hybris 培训。我已经完成了所有的测试,并且即将推出一个项目,但现在我想稍微调整一下系统以了解更多信息。我的是,我想将数据库更改为 MySQL,但是当我更改 hybris 平台上这些文件 project.properties 和 local.properties 的设置时。

但问题是,当我尝试再次运行 hybris 服务器时,它给了我一个异常,就像这样:

console output

最佳答案

如果你想连接到 MySQL,你只需更改 hybris/config/local.properties 中的配置。

db.url=jdbc:mysql://localhost/hybris
db.driver=com.mysql.jdbc.Driver
db.username=anything but not "root"
db.password=
mysql.allow.fractional.seconds=true (if you're using MySQL 5.6.4 or later)

自 hybris Commerce Suite 版本 5.0.2 起,MySQL 连接器不再随 hybris Commerce Suite 一起提供。请下载file并将其放入文件夹 ${HYBRIS_BIN_DIR}/platform/lib/dbdriver


v6 更新

现在 mysql.allow.fractional.seconds=true 已经存在于平台的 project.properties 中。

另外,为了避免锁定,您可以在 mysql 配置中使用添加:

transaction_isolation=READ-COMMITTED
innodb_autoinc_lock_mode = 2
innodb_locks_unsafe_for_binlog=1

关于mysql - 将 hybris 数据库更改为 MySQL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27188934/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com