Merge "Remove -u root as mysql is executed with root user"

This commit is contained in:
Zuul 2018-08-28 07:57:26 +00:00 committed by Gerrit Code Review
commit ff8b0cae58

View File

@ -84,7 +84,7 @@ directory.
Create the database and grant privileges:: Create the database and grant privileges::
$ mysql -u root -p # mysql
CREATE DATABASE mistral; CREATE DATABASE mistral;
USE mistral USE mistral