Lukas Kuzmiak
Lukas Kuzmiak
In order to avoid the `QMYND:MYSQL-UNSUPPORTED-AUTHENTICATION` error you have to switch your `mysqld` to use `mysql_native_password` by default. Edit your `my.cnf` and in `[mysqld]` section add: ``` default-authentication-plugin=mysql_native_password ``` Then...
@blazespinnaker I think he has already mentioned that [earlier in this thread](https://github.com/dimitri/pgloader/issues/782#issuecomment-397660284), it is something that needs to appear in **QMyND** itself (IMHO), that is where the `QMYND:MYSQL-UNSUPPORTED-AUTHENTICATION` is coming...
Hopefully not too unrelated - would you say it is a good idea run the board from the computer using a USB isolator of some sort? If you think so,...
+1. This is problematic for e.g. `CY8C6347FMI-BLD53` that is only found in the old `Cypress.PSoC6_DFP 1.2.0` pack and it completely misses the `Infineon.CAT1A_DFP.1.5.0`. Both are contained in the cache directory:...
I worked around it by running a user-land instance of `ssh-agent` with proper environment variables set, then overwriting `SSH_AUTH_SOCK` in `.zprofile` and on top of that setting `IdentityAgent` in `~/.ssh/config`...