mybatis-db-1 | 2024-06-22T02:42:46.979693Z 0 [ERROR] [MY-013236] [Server] The designated data directory /var/lib/mysql/ is unusable. You can remove all files that the server added to it.
mybatis-db-1 | 2024-06-22T02:42:46.979748Z 0 [ERROR] [MY-010119] [Server] Aborting
mybatis-db-1 | 2024-06-22T02:42:46.979937Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.35) MySQL Community Server - GPL.
mybatis-db-1 | 2024-06-22 02:42:50+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.35-1.el8 started.
mybatis-db-1 | 2024-06-22 02:42:50+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
mybatis-db-1 | 2024-06-22 02:42:50+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.35-1.el8 started.
mybatis-db-1 | 2024-06-22 02:42:50+00:00 [Note] [Entrypoint]: Initializing database files
mybatis-db-1 | 2024-06-22T02:42:50.825001Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead.
mybatis-db-1 | 2024-06-22T02:42:50.825102Z 0 [System] [MY-013169] [Server] /usr/sbin/mysqld (mysqld 8.0.35) initializing of server in progress as process 80
mybatis-db-1 | 2024-06-22T02:42:50.826869Z 0 [ERROR] [MY-010457] [Server] --initialize specified but the data directory has files in it. Aborting.
mybatis-db-1 | 2024-06-22T02:42:50.826874Z 0 [ERROR] [MY-013236] [Server] The designated data directory /var/lib/mysql/ is unusable. You can remove all files that the server added to it.
mybatis-db-1 | 2024-06-22T02:42:50.826904Z 0 [ERROR] [MY-010119] [Server] Aborting
mybatis-db-1 | 2024-06-22T02:42:50.827102Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.35) MySQL Community Server - GPL.
这可能是由于宿主机的文件夹没有读写权限导致,可以添加权限重新创建
chmod -R 777 data