modify grammer mistake

Change-Id: I40a997c57a1a645784e143bbb588717873e1ea47
This commit is contained in:
sunqingliang6 2018-06-11 19:22:31 +08:00
parent e26d2659ed
commit 73da3e4c56

View File

@ -18,7 +18,7 @@ DB_PW=openstack_citest
sudo -H mysqladmin -u root password $DB_ROOT_PW
# It's best practice to remove anonymous users from the database. If
# a anonymous user exists, then it matches first for connections and
# an anonymous user exists, then it matches first for connections and
# other connections from that host will not work.
sudo -H mysql -u root -p$DB_ROOT_PW -h localhost -e "
DELETE FROM mysql.user WHERE User='';