-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
On build and run of SeoSnap (master branch at the minute) I'm getting MySQL permission issues such as :
seosnap_dashboard | django.db.utils.OperationalError: (1130, "Host '172.23.0.5' is not allowed to connect to this MySQL server")
It appears the installation / configuration of MySQL 8 is not creating the users properly, and after a docker-composer build the seosnap_dashboard database is not even created properly.
I created a myslq user manually and granted it access but still:
seosnap_dashboard | django.db.utils.OperationalError: (1049, "Unknown database 'seosnap_dashboard'")
Metadata
Metadata
Assignees
Labels
No labels