When attempting to run pgloader --run migrations , failing on attempt to connect to mysql
Following error:
Condition QMYND:MYSQL - UNSUPPORTED-AUTHENTICATION as signalled.
I’ve tried editing the my.cnf file and adding the following line :
default-authentication-plugin=mysql_native_password
after reloading mysql service, still not luck. Please help .