Enrico Boldori / Wiki
« Go back
⤓ Download
MySQL - Change authentication method from auth_socket to mysql_native_password.txt
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'Some strong password here';