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: Ib209661f6dcbbdeb158bd1acf343c084f8ed8930
Closes-Bug: #1785025
This commit is contained in:
Lajos Katona 2018-08-08 11:21:17 +02:00
parent 06f1aa6629
commit 59d178c9de
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ must create a database, service credentials, and API endpoints.
.. code-block:: console
$ mysql -u root -p
# mysql
.. end

View File

@ -14,7 +14,7 @@ must create a database, service credentials, and API endpoints.
.. code-block:: console
$ mysql -u root -p
# mysql
.. end

View File

@ -14,7 +14,7 @@ must create a database, service credentials, and API endpoints.
.. code-block:: console
$ mysql -u root -p
# mysql
.. end