[Fixed]-OperationalError: Can't connect to local MySQL server through socket

1👍

You can’t install mysql through pip; it’s a database, not a Python library (and it’s currently in version 5.7). You need to install the binary package for your operating system.

Leave a comment