Remove -u root as mysql is executed with root user

As openstack installation guides suggest to run mysql with root shell
user, mysql will not ask for password, so the "-u root -p" is useless.

Change-Id: I525a3fdb77f1dfc93d87cc5fe619315d36e7004d
Related-Bug: #1785025
This commit is contained in:
zhang.lei 2018-08-19 14:01:37 +00:00 committed by Dougal Matthews
parent 632e4bda67
commit 1ea5cf8299
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