There are changes in the configuration folders: ``` ❯ docker run --rm -it mysql:5.7.37 bash -c "ls -lisa /etc/mysql" total 24 4351268 4 drwxr-xr-x 4 root root 4096 Apr 20 10:05 . 4376366 4 drwxr-xr-x 1 root root 4096 Jul 6 08:43 .. 4351270 4 drwxr-xr-x 2 root root 4096 Apr 20 10:05 conf.d 4351274 0 lrwxrwxrwx 1 root root 24 Apr 20 10:05 my.cnf -> /etc/alternatives/my.cnf 4351275 4 -rw-r--r-- 1 root root 839 Aug 3 2016 my.cnf.fallback 4351276 4 -rw-r--r-- 1 root root 1200 Nov 29 2021 mysql.cnf 4351277 4 drwxr-xr-x 2 root root 4096 Apr 20 10:05 mysql.conf.d ❯ docker run --rm -it mysql:5.7.38 bash -c "ls -lisa /etc/mysql" total 12 4362146 4 drwxr-xr-x 3 root root 4096 Jul 5 22:40 . 4376366 4 drwxr-xr-x 1 root root 4096 Jul 6 08:43 .. 4362147 4 drwxr-xr-x 2 root root 4096 Jul 5 22:40 conf.d ``` Did this happen on purpose?