Sie können die Verschlüsselung des Passworts wie folgt ändern.
ALTER USER 'yourusername'@'localhost' IDENTIFIED WITH mysql_native_password BY 'youpassword';
Sie können die Verschlüsselung des Passworts wie folgt ändern.
ALTER USER 'yourusername'@'localhost' IDENTIFIED WITH mysql_native_password BY 'youpassword';