diff options
author | monty@mysql.com <> | 2005-02-15 17:12:13 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2005-02-15 17:12:13 +0200 |
commit | 38d1a42481e960eabd302ffce1b1312199416550 (patch) | |
tree | 15b9cad34a1d5d325aaaa43172f7410440a0e70e /scripts | |
parent | 410e51c854a929a96f5e91236abe19526ddc4947 (diff) | |
parent | 44ceb84cdc86f65f9f43424ee1300bb8f162f24b (diff) | |
download | mariadb-git-38d1a42481e960eabd302ffce1b1312199416550.tar.gz |
Merge with 4.1
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 75ab48227f7..40525cb20ce 100644 --- a/scripts/mysql_create_system_tables.sh +++ b/scripts/mysql_create_system_tables.sh @@ -176,9 +176,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','Y','Y','Y','Y','','','','',0,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','Y','Y','Y','Y','','','','',0,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','N','N','N','N','','','','',0,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 |