fix typos
Change-Id: I51bd8733774d890a28046cd197eb7ed6a89bb71e
This commit is contained in:
parent
b91995ab0f
commit
2269aeb527
@ -18,7 +18,7 @@ DB_PW=openstack_citest
|
|||||||
sudo -H mysqladmin -u root password $DB_ROOT_PW
|
sudo -H mysqladmin -u root password $DB_ROOT_PW
|
||||||
|
|
||||||
# It's best practice to remove anonymous users from the database. If
|
# 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.
|
# other connections from that host will not work.
|
||||||
sudo -H mysql -u root -p$DB_ROOT_PW -h localhost -e "
|
sudo -H mysql -u root -p$DB_ROOT_PW -h localhost -e "
|
||||||
DELETE FROM mysql.user WHERE User='';
|
DELETE FROM mysql.user WHERE User='';
|
||||||
|
Loading…
Reference in New Issue
Block a user