• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. NSmith
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    NSmith

    @NSmith

    0
    Reputation
    301
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    NSmith Unfollow Follow

    Latest posts made by NSmith

    • RE: Access denied for root@localhost

      I found the solution for me in this article: https://www.percona.com/blog/2016/03/16/change-user-password-in-mysql-5-7-with-plugin-auth_socket/

      basically comes down to the following as the fix :

      sudo mysql -u root
      ALTER USER ‘root’@‘localhost’ IDENTIFIED WITH mysql_native_password BY ‘password’;
      exit

      posted in Linux Problems
      N
      NSmith