Missing mysql.sock; yielding OperationalError: (2002, “Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)”)

后端 未结 4 659
悲哀的现实
悲哀的现实 2020-12-19 21:38

Firstly, I swear that I have looked at every single question that references this error. Nearly every solution someone offers is different, and no one seems to understand th

4条回答
  •  一生所求
    2020-12-19 22:07

    You have the mysql client installed but not the mysql-server that handles connections for the client. You need to install the mysql server and run it.

提交回复
热议问题