adonisjs ER_NOT_SUPPORTED_AUTH_MODE: Client unterstützt das vom Server angeforderte Authentifizierungsprotokoll nicht; Erwägen Sie, den MySQL -Client zu aktualisieren

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