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: I22e1dedeeec5f4fbc77f663ffd3f4b433de56875 Related-Bug: #1785025
This commit is contained in:
parent
9ec34b0b5d
commit
ee40a3693d
@ -107,7 +107,7 @@ far beyond the scope of this documentation.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ mysql -u root -p
|
||||
# mysql
|
||||
|
||||
#. Enter the MySQL root user's password when prompted.
|
||||
#. To configure the MySQL database, create the dash database.
|
||||
|
Loading…
Reference in New Issue
Block a user