Synology DSM 6.X Docker SQL password expired

Hello happy Xibo’s
I got this message when login to web interface
“Fatal Error - sorry this shouldn’t happen. SQLSTATE[HY000] [1862] Your password has expired. To log in you must change it using a client that supports expired passwords.”
Does anyone know how to change or update password from docker CLI
If I delete php SQL 5.7.9, web cms prompt with API error.

Thanks in advanced.
Heboras

The setup we ship doesn’t have password expiry enabled so I guess you’ve used a newer version of the MySQL container than we suggest.

You’d need to get a shell inside that container, and connect with the mysql command to change the password.

https://dev.mysql.com/doc/refman/5.6/en/expired-password-handling.html

Once changed, you’ll need to update the password in config.env and recreate the containers.