Skip to content

MySQL Connection issues #6

@chris-brabender

Description

@chris-brabender

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions