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
1 changed files with 1 additions and 1 deletions

View File

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