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: I5ffa77971ecbcc9210b185a39842140b3acd8147
Related-Bug: #1785025
This commit is contained in:
zhang.lei 2018-08-19 14:34:53 +00:00
parent 77fa69a04e
commit 7d4d22b901
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ service, you must create a database, service credentials, and API endpoints.
.. code-block:: console
$ mysql -u root -p
# mysql
* Create the ``magnum`` database: