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:
parent
06f1aa6629
commit
59d178c9de
@ -14,7 +14,7 @@ must create a database, service credentials, and API endpoints.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ mysql -u root -p
|
||||
# mysql
|
||||
|
||||
.. end
|
||||
|
||||
|
@ -14,7 +14,7 @@ must create a database, service credentials, and API endpoints.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ mysql -u root -p
|
||||
# mysql
|
||||
|
||||
.. end
|
||||
|
||||
|
@ -14,7 +14,7 @@ must create a database, service credentials, and API endpoints.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ mysql -u root -p
|
||||
# mysql
|
||||
|
||||
.. end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user