在centos7里面部署seatable 5.3不成功,请路过的大佬帮忙看看。
报错日志:
seatable-mysql | Version: ‘10.11.11-MariaDB-ubu2204’ socket: ‘/run/mysqld/mysqld.sock’ port: 3306 mariadb.org binary distribution
seatable | /sbin/my_init:25: SyntaxWarning: invalid escape sequence ‘\W’
seatable | SHENV_NAME_WHITELIST_REGEX = re.compile(‘\W’)
seatable | /sbin/my_init:96: SyntaxWarning: invalid escape sequence ‘\Z’
seatable | value = re.sub(‘\n\Z’, ‘’, f.read())
seatable | *** Running /etc/my_init.d/01_init.sh…
seatable | *** Booting runit daemon…
seatable | *** Runit started as PID 27
seatable | *** Running /templates/enterpoint.sh…
seatable | 2025-04-09 09:52:05 Start init
seatable-mysql | 2025-04-09 1:52:05 5 [Warning] Access denied for user ‘root’@‘172.29.0.4’ (using password: NO)
seatable-mysql | 2025-04-09 1:52:07 6 [Warning] Access denied for user ‘root’@‘172.29.0.4’ (using password: NO)
seatable-mysql | 2025-04-09 1:52:09 7 [Warning] Access denied for user ‘root’@‘172.29.0.4’ (using password: NO)
seatable-mysql | 2025-04-09 1:52:11 8 [Warning] Access denied for user ‘root’@‘172.29.0.4’ (using password: NO)
seatable-mysql | 2025-04-09 1:52:13 9 [Warning] Access denied for user ‘root’@‘172.29.0.4’ (using password: NO)
seatable-mysql | 2025-04-09 1:52:15 10 [Warning] Access denied for user ‘root’@‘172.29.0.4’ (using password: NO)
seatable-mysql | 2025-04-09 1:52:17 11 [Warning] Access denied for user ‘root’@‘172.29.0.4’ (using password: NO)
seatable-mysql | 2025-04-09 1:52:19 12 [Warning] Access denied for user ‘root’@‘172.29.0.4’ (using password: NO)
1 个赞
这报错是没有链接到mysql服务器,排查env中mysql的host和密码配置是否正确 ,看看env和docker-compose.yml 下载是否是5.3 版本
谢谢,我检查下,应该是版本错了