Skip to content

Troubleshooting MySQL

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.

Clone this wiki locally