ADONISJS ER_NOT_SUPPORTED_AUTH_MODE: Le client ne prend pas en charge le protocole d'authentification demandé par serveur; Envisagez de mettre à niveau le client MySQL

-- Execute the following query in MYSQL Workbench
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
GutoTrosla