Servus,
habe das Problem, dass mein Mysql Server nicht starten kann.
Wenn ich es versuche, kommt diese Meldung in der user.err
Code
- 180424 17:00:51 mysqld_safe Starting mysqld daemon with databases from /var/db/mysql
- 2018-04-24 17:00:52 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
- 2018-04-24 17:00:52 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.27) starting as process 1003 ...
- 2018-04-24 17:00:52 1003 [Note] Plugin 'FEDERATED' is disabled.
- 15:00:52 UTC - mysqld got signal 11 ;
- This could be because you hit a bug. It is also possible that this binary
- or one of the libraries it was linked against is corrupt, improperly built,
- or misconfigured. This error can also be caused by malfunctioning hardware.
- We will try our best to scrape up some info that will hopefully help
- diagnose the problem, but since we have already crashed,
- something is definitely wrong and this may fail.
- key_buffer_size=8388608
- read_buffer_size=131072
- max_used_connections=0
- max_threads=151
- thread_count=0
- connection_count=0
- It is possible that mysqld could use up to
- key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 68057 K bytes of memory
- Hope that's ok; if not, decrease some variables in the equation.
- 180424 17:00:52 mysqld_safe mysqld from pid file /var/db/mysql/koridev.64.pid ended
Kann mir jemand sagen woran das liegt?