waiting for mysql server to be ready: %s (1045, “Access denied for user ‘root’@‘172.29.0.4’ (using password: YES)”)
详细描述一下问题,这只是一个警告报错,等待连接MySQL
5.2部署完了之后无法登陆,查看数据库日志是这个情况。seatable是172.29.04.日志如下:
/sbin/my_init:25: SyntaxWarning: invalid escape sequence ‘\W’
SHENV_NAME_WHITELIST_REGEX = re.compile(‘\W’)
/sbin/my_init:96: SyntaxWarning: invalid escape sequence ‘\Z’
value = re.sub(‘\n\Z’, ‘’, f.read())
*** Running /etc/my_init.d/01_init.sh…
*** Booting runit daemon…
*** Runit started as PID 16
*** Running /templates/enterpoint.sh…
2025-05-15 10:27:40 Start init
您提供的日志是初始化过程,您现在是在浏览器登录提示502? 一般第一次初始化需要等待一会,您可以去seatable容器,看一下seatable 程序是否都启动成功了。 假如seatable程序都启动成功,您们在浏览器在访问一下看看
seatable的日志就是上边的内容,这是没有正常启动吧
重新部署了下,现在是502了