# MySQL: Fatal glibc error: CPU does not support x86-64-v2

`Fatal glibc error: CPU does not support x86-64-v2`

fix:

anderes MySQL Image verwenden

 db:  
 image: mysql:8-oraclelinux8  
 container\_name: kimai\_db  
 restart: unless-stopped

Quellen

[https://github.com/docker-library/mysql/issues/1055#issuecomment-2099265909](https://github.com/docker-library/mysql/issues/1055#issuecomment-2099265909)

[https://www.reddit.com/r/docker/comments/1cnx28w/fatal\_glibc\_error\_cpu\_does\_not\_support\_x8664v2/](https://www.reddit.com/r/docker/comments/1cnx28w/fatal_glibc_error_cpu_does_not_support_x8664v2/)