应用中心中安装IYUU,安装过程正常,在程序设置界面,提示“SQLSTATE[HY000] [2002] No such file or directory”。

docker运行日志重复报错:
250830 01:01:51 mysqld_safe Starting mariadbd daemon with databases from /data
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local server through socket '/run/mysqld/mysqld.sock' (2)'
Check that mariadbd is running and that the socket: '/run/mysqld/mysqld.sock' exists!
250830 01:01:53 mysqld_safe Logging to '/data/50a7418636cb.err'.
日志文件重复报错:
2025-08-30 0:58:45 0 [Note] Starting MariaDB 10.11.8-MariaDB source revision 3a069644682e336e445039e48baae9693f9a08ee as process 281
2025-08-30 0:58:45 0 [Note] InnoDB: Compressed tables use zlib 1.3.1
2025-08-30 0:58:45 0 [Note] InnoDB: Number of transaction pools: 1
2025-08-30 0:58:45 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
2025-08-30 0:58:45 0 [Note] InnoDB: Using Linux native AIO
2025-08-30 0:58:45 0 [Note] InnoDB: Initializing buffer pool, total size = 128.000MiB, chunk size = 2.000MiB
2025-08-30 0:58:45 0 [Note] InnoDB: Completed initialization of buffer pool
2025-08-30 0:58:45 0 [Note] InnoDB: Buffered log writes (block size=512 bytes)
2025-08-30 0:58:45 0 [Note] InnoDB: End of log at LSN=46980
2025-08-30 0:58:45 0 [Note] InnoDB: 128 rollback segments are active.
2025-08-30 0:58:45 0 [Note] InnoDB: Setting file './ibtmp1' size to 12.000MiB. Physically writing the file full; Please wait ...
2025-08-30 0:58:45 0 [Note] InnoDB: File './ibtmp1' size is now 12.000MiB.
2025-08-30 0:58:45 0 [Note] InnoDB: log sequence number 46980; transaction id 14
2025-08-30 0:58:45 0 [Note] InnoDB: Loading buffer pool(s) from /data/ib_buffer_pool
2025-08-30 0:58:45 0 [Note] Plugin 'FEEDBACK' is disabled.
2025-08-30 0:58:46 0 [Note] InnoDB: Buffer pool(s) load completed at 250830 0:58:45
2025-08-30 0:58:46 0 [Note] Server socket created on IP: '127.0.0.1'.
2025-08-30 0:58:46 0 [ERROR] Can't start server : Bind on unix socket: Permission denied
2025-08-30 0:58:46 0 [ERROR] Do you already have another server running on socket: /run/mysqld/mysqld.sock ?
2025-08-30 0:58:46 0 [ERROR] Aborting
求大神解决