diff --git a/core/settings.py b/core/settings.py index d38649b..c7392a8 100644 --- a/core/settings.py +++ b/core/settings.py @@ -125,7 +125,7 @@ else: 'USER': 'root', 'PASSWORD': '', 'HOST': 'localhost', - 'PORT': '3309', + 'PORT': '3306', } }