Merge "modify grammer mistake"

This commit is contained in:
Zuul 2018-10-04 07:24:32 +00:00 committed by Gerrit Code Review
commit b7b1a3401e
1 changed files with 1 additions and 1 deletions

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='';