rhtyd commented on issue #2898: docker: add compose file for database URL: https://github.com/apache/cloudstack/pull/2898#issuecomment-433651710 @marcaurele does mariadb 10.x work out of the box, for example mysql 5.7 needs the following config: ``` [mysqld] server_id = 1 sql-mode="STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION,ERROR_FOR_DIVISION_BY_ZERO,NO_ZERO_DATE,NO_ZERO_IN_DATE,NO_ENGINE_SUBSTITUTION" innodb_rollback_on_timeout=1 innodb_lock_wait_timeout=600 max_connections=1000 log-bin=mysql-bin binlog-format = 'ROW' ``` Can you check/ensure any additional config to be provided?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
