You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2025. It is now read-only.
I noticed that the auto-setup does not succeed in creating the Ido-database at first startup. This is because MySQL has changed the denominator of the User-DB's password-column from password to authentication_string.
Two lines in rootfs/init/database/mysql.sh need a change, see #42
I noticed that the auto-setup does not succeed in creating the Ido-database at first startup. This is because MySQL has changed the denominator of the User-DB's password-column from
passwordtoauthentication_string.Two lines in
rootfs/init/database/mysql.shneed a change, see #42