Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL Error when helm install #12

Open
cnwangfeng opened this issue Jun 29, 2022 · 2 comments
Open

MySQL Error when helm install #12

cnwangfeng opened this issue Jun 29, 2022 · 2 comments

Comments

@cnwangfeng
Copy link

cnwangfeng commented Jun 29, 2022

Hi,

I tried to install tuleap on my K8S cluster. I realize that MySQL and Redis have been successfully deployed. However, tuleap would report such error.

Invalid SQL modes: ONLY_FULL_GROUP_BY, STRICT_TRANS_TABLES, NO_ZERO_IN_DATE, NO_ZERO_DATE, ERROR_FOR_DIVISION_BY_ZERO, check MySQL server configuration

K8S version: 1.24
Storage: NAS

Thanks in advance.

@eternity1984
Copy link

Same for me

Start init sequence for Tuleap Community Edition — Dev Build 14.6.99.211
Setup database
Invalid SQL modes: STRICT_TRANS_TABLES, NO_ZERO_IN_DATE, NO_ZERO_DATE, ERROR_FOR_DIVISION_BY_ZERO, check MySQL server configuration

K8S version: v1.26
Storage: NAS

@binyamhailu
Copy link

run the following command in the mysql and restart the deployment for the tuleap
mysql -u -p -e "SET GLOBAL sql_mode = 'NO_ENGINE_SUBSTITUTION';"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants