Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

mysql-zipkin service is not up in kubernetes cluster #88

Open
Priyanka098 opened this issue Feb 23, 2017 · 0 comments
Open

mysql-zipkin service is not up in kubernetes cluster #88

Priyanka098 opened this issue Feb 23, 2017 · 0 comments

Comments

@Priyanka098
Copy link

I follow direct installation steps from https://github.com/fabric8io/kubernetes-zipkin and all services are running except zipkin-mysql , error log is

Initializing database
2017-02-23T04:59:31.155629Z 0 [Warning] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
2017-02-23T04:59:31.155661Z 0 [Warning] 'NO_AUTO_CREATE_USER' sql mode was not set.
2017-02-23T04:59:31.157307Z 0 [ERROR] --initialize specified but the data directory has files in it. Aborting.
2017-02-23T04:59:31.157331Z 0 [ERROR] Aborting

to resolve it i added following things in zipkin-mysql-cnf in [mysqld]

 custom.cnf: |
     [mysqld]
     explicit_defaults_for_timestamp = 1
     sql_mode = NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES

but didnot work

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

No branches or pull requests

1 participant