-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting MySQL
Damodar Dahal edited this page Feb 4, 2018
·
2 revisions
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.
Code Slammers, 2018. Program run by Damodar Dahal <damodar[dot]dahal[at]selu[dot]edu>. All contents provided under the MIT License.