A copy of a database.sql file has been moved into the MySQL folder. However, we cannot log into it with MySQL, getting the error ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO).
Our usual login information isn't recognized and neither is the login we set up with phpMyAdmin (which doesn't see the .sql file at all, and the app can't use it in the browser either).
This might be an obvious configuration/path issues... I'm unfamiliar with docker and using fit-all images that normally would be custom configured to one's app. Thank you in advance---any advice/guidance is greatly appreciated!