diff options
author | unknown <serg@serg.mylan> | 2005-02-14 11:14:04 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2005-02-14 11:14:04 +0100 |
commit | e2b6480162743d7eaa62bf7b64e92778191b25d9 (patch) | |
tree | d8211d1b0ef003b04c519a50528a92d3102f5fe9 /scripts | |
parent | a8d2152f973dc56897725356cd0f88310a7689b8 (diff) | |
download | mariadb-git-e2b6480162743d7eaa62bf7b64e92778191b25d9.tar.gz |
remove passwordless remote accounts from windows distro
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_create_system_tables.sh | 4 |
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 |