summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2005-02-14 11:14:04 +0100
committerunknown <serg@serg.mylan>2005-02-14 11:14:04 +0100
commite2b6480162743d7eaa62bf7b64e92778191b25d9 (patch)
treed8211d1b0ef003b04c519a50528a92d3102f5fe9 /scripts
parenta8d2152f973dc56897725356cd0f88310a7689b8 (diff)
downloadmariadb-git-e2b6480162743d7eaa62bf7b64e92778191b25d9.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