ADONISJS ER_NOT_SUPPORTED_AUTH_MODE: el cliente no admite el protocolo de autenticación solicitado por servidor; Considere actualizar el cliente MySQL

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