Commit a0c981d2 authored by iggy@recycle.(none)'s avatar iggy@recycle.(none)
Browse files

Bug#24496:Fresh install of mysql on windows has anonymous user with root access.

- Add anonymous user with no rights.
parent f10a2431
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -180,7 +180,7 @@ then
           INSERT INTO user (host,user) values ('localhost','');"
    else
      i_u="$i_u
	   INSERT INTO user VALUES ('localhost','','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0);"
	   INSERT INTO user (host,user) VALUES ('localhost','');"
    fi
  fi 
fi