We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
UPDATE mysql.user SET authentication_string=null WHERE User='root'; FLUSH PRIVILEGES; exit;
ALTER USER 'root'@'localhost' IDENTIFIED WITH caching_sha2_password BY 'yourpasswd';
There was an error while loading. Please reload this page.