mysql change root auth_socket

UPDATE mysql.user SET plugin = 'mysql_native_password', authentication_string = PASSWORD('changeme') WHERE User = 'root';
FLUSH PRIVILEGES

Leave a Reply

Your email address will not be published. Required fields are marked *