summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorserg@serg.mylan <>2005-02-14 11:14:04 +0100
committerserg@serg.mylan <>2005-02-14 11:14:04 +0100
commit10c53ae1e5295c46f240d890e13b56f483708fee (patch)
treed8211d1b0ef003b04c519a50528a92d3102f5fe9 /scripts
parent4957c4850d34dfd3b66d7e8c130e321d33bf15ab (diff)
downloadmariadb-git-10c53ae1e5295c46f240d890e13b56f483708fee.tar.gz
remove passwordless remote accounts from windows distro
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mysql_create_system_tables.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/mysql_create_system_tables.sh b/scripts/mysql_create_system_tables.sh
index f524b322388..83fdc0639ce 100644
--- a/scripts/mysql_create_system_tables.sh
+++ b/scripts/mysql_create_system_tables.sh
@@ -163,9 +163,7 @@ then
INSERT INTO user (host,user) values ('localhost','');"
else
i_u="$i_u
- INSERT INTO user VALUES ('%','root','','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 VALUES ('localhost','','','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 VALUES ('%','','','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','','','','',0,0,0);"
+ 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','','','','',0,0,0);"
fi
fi
fi