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 in
controller-install-*.rst "-u root -p" is useless.

Change-Id: I12807c72ee9fdbba6569e9b896bda22888c48a2d
Related-Bug: #1785025
This commit is contained in:
zhang.lei 2018-08-14 12:52:03 +00:00
parent cbb3a51d51
commit 371a9655ec

View File

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