Hi guys,
When starting the docker-compose file, the mysql container gets he following error:
mysql-mailcow_1 | 2021-05-10 04:04:00-02:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 1:10.5.8+maria~focal started.
mysql-mailcow_1 | 2021-05-10 04:04:00-02:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
mysql-mailcow_1 | 2021-05-10 04:04:01-02:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 1:10.5.8+maria~focal started.
mysql-mailcow_1 | 2021-05-10 4:04:01 0 [Note] mysqld (mysqld 10.5.8-MariaDB-1:10.5.8+maria~focal) starting as process 1 ...
mysql-mailcow_1 | 2021-05-10 4:04:01 0 [Note] InnoDB: Using Linux native AIO
mysql-mailcow_1 | 2021-05-10 4:04:01 0 [Note] InnoDB: Uses event mutexes
mysql-mailcow_1 | 2021-05-10 4:04:01 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
mysql-mailcow_1 | 2021-05-10 4:04:01 0 [Note] InnoDB: Number of pools: 1
mysql-mailcow_1 | 2021-05-10 4:04:01 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
mysql-mailcow_1 | 2021-05-10 4:04:01 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts)
mysql-mailcow_1 | 2021-05-10 4:04:01 0 [Note] InnoDB: Initializing buffer pool, total size = 25165824, chunk size = 25165824
mysql-mailcow_1 | 2021-05-10 4:04:01 0 [Note] InnoDB: Completed initialization of buffer pool
mysql-mailcow_1 | 2021-05-10 4:04:01 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mysql-mailcow_1 | 2021-05-10 4:04:01 0 [Note] InnoDB: 128 rollback segments are active.
mysql-mailcow_1 | 2021-05-10 4:04:01 0 [Note] InnoDB: Creating shared tablespace for temporary tables
mysql-mailcow_1 | 2021-05-10 4:04:01 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mysql-mailcow_1 | 2021-05-10 4:04:01 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mysql-mailcow_1 | 2021-05-10 4:04:01 0 [Note] InnoDB: 10.5.8 started; log sequence number 45346; transaction id 20
mysql-mailcow_1 | 2021-05-10 4:04:01 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mysql-mailcow_1 | 2021-05-10 4:04:01 0 [Note] Server socket created on IP: '::'.
mysql-mailcow_1 | 2021-05-10 4:04:01 0 [ERROR] Can't start server : Bind on unix socket: Permission denied
mysql-mailcow_1 | 2021-05-10 4:04:01 0 [ERROR] Do you already have another mysqld server running on socket: /run/mysqld/mysqld.sock ?
mysql-mailcow_1 | 2021-05-10 4:04:01 0 [ERROR] Aborting
I have couple of other databases running for different services, but I never had this problem. I hope you can help me.
Thanks in advance! 🙂