diff options
author | unknown <bar@bar.mysql.r18.ru> | 2003-06-24 15:55:39 +0500 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2003-06-24 15:55:39 +0500 |
commit | 40654c71f4275c5ec324142a7a640f8ae08e7f54 (patch) | |
tree | a09adc6d9a3efd65515ce2ba6d7b3f3eb6e6274d /scripts/mysql_create_system_tables.sh | |
parent | 0f78a1456fcfeb2508cc6131775f02180720d466 (diff) | |
download | mariadb-git-40654c71f4275c5ec324142a7a640f8ae08e7f54.tar.gz |
mysql_create_system_tables.sh:
Type fix
scripts/mysql_create_system_tables.sh:
Type fix
Diffstat (limited to 'scripts/mysql_create_system_tables.sh')
-rw-r--r-- | scripts/mysql_create_system_tables.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mysql_create_system_tables.sh b/scripts/mysql_create_system_tables.sh index 1f0579f87c2..a98e1739260 100644 --- a/scripts/mysql_create_system_tables.sh +++ b/scripts/mysql_create_system_tables.sh @@ -153,8 +153,8 @@ then then i_u="$i_u INSERT INTO user VALUES ('$hostname','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 (host,user) values ('$hostname','');" - INSERT INTO user (host,user) values ('localhost',''); + INSERT INTO user (host,user) values ('$hostname',''); + INSERT INTO user (host,user) values ('localhost','');" else 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','','','','',0,0,0);" fi |