From ee40a3693d92a56ad66e114cc29c9dc268978bab Mon Sep 17 00:00:00 2001 From: "zhang.lei" Date: Tue, 14 Aug 2018 12:00:53 +0000 Subject: [PATCH] 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 --- doc/source/admin/sessions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/admin/sessions.rst b/doc/source/admin/sessions.rst index cb0208e8cf..a46de2ab5f 100644 --- a/doc/source/admin/sessions.rst +++ b/doc/source/admin/sessions.rst @@ -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.