Poller-wrapper.py wont connect to db after updating to 1.64

Few different fixes:

  1. Set db_socket: Look here from another user Poller Not Running from Cron

  2. Try installing mysqlclient with pip3 install mysqlclient. If after installing it becomes with Access Denied, change your mysql user host to 127.0.0.1 instead localhost.

The first one will work for sure, the second one not sure if Im missing a step.