You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Damodar Dahal edited this page Feb 4, 2018
·
2 revisions
Troubleshooting MySQL-related problems.
Can't connect to MySQL server on 'localhost':
super(Connection, self).__init__(*args, **kwargs2)
sqlalchemy.exc.OperationalError: (_mysql_exceptions.OperationalError) (2003, "Can't connect to MySQL server on 'localhost' (10061)") (Background on this error at: http://sqlalche.me/e/e3q8)
This error message suggests that your MySQL server is not running. Follow the "Starting MySQL Server" guide in this page.