From b60c146a898348e574e4e6d5e85a4c7d0a6160f1 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 23 Jan 2007 10:01:56 -0500 Subject: Bug#24496:Fresh install of mysql on windows has anonymous user with root access. - Add anonymous user with no rights. --- scripts/mysql_create_system_tables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mysql_create_system_tables.sh b/scripts/mysql_create_system_tables.sh index 54f0ef230ad..36efab7d3ea 100644 --- a/scripts/mysql_create_system_tables.sh +++ b/scripts/mysql_create_system_tables.sh @@ -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 -- cgit v1.2.1