on ‎2018 Nov 29 5:37 PM
Hi Teams,
Does any body has setup hybris 6.7 with database mysql 5.7 ?
problem is when i do update i am getting error like ,
ERROR [hybrisHTTP5] [Registry] cannot activate tenant <> since its database connection is currently lost
thanks in advance.
Request clarification before answering.
Hi Ankur,
Can you please add the following lines in your my.cnf file and let us know if it resolves the error?
[mysqld]
innodb_file_per_table=OFF
innodb_flush_log_at_trx_commit=0
and then place the file (my.cnf) in the etc folder. After that is done please restart the mysql server. This should resolve your issue.
thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You should first run these scripts
SET GLOBAL innodb_file_per_table=OFF; SET GLOBAL innodb_flush_log_at_trx_commit=0;
and it will be very nice if you use innoDB
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ankur,
What is the mysql connector jar you are using??? It should be at least version 5.1.x
you can try this. https://mvnrepository.com/artifact/mysql/mysql-connector-java/5.1.44 or higher version.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.