Closed whc2001 closed 3 years ago
Nevermind, as https://github.com/docker-library/mariadb/issues/99#issuecomment-281756045 mentioned I can apply the --skip-grant-tables
parameter to docker container and use the old trick to reset the root password.
I wanted to backup the database, however I tried to connect using the credentials PartKeepr used in the main container and got denied:
The docker-compose file enabled
MYSQL_RANDOM_ROOT_PASSWORD
by default so I don't know the root password. Is there any way to access the database manually? The PartKeepr instance can access the database normally.