Bug 1145397 - [Docs] [ICG] The command for changing the MySQL user password must be revised
Summary: [Docs] [ICG] The command for changing the MySQL user password must be revised
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: doc-Deploying_OpenStack_Learning_Environments
Version: Foreman (RHEL 6)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 5.0 (RHEL 7)
Assignee: Andrew Dahms
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-09-23 02:01 UTC by Andrew Dahms
Modified: 2015-02-13 05:49 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-02-13 05:49:47 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Andrew Dahms 2014-09-23 02:01:58 UTC
The syntax of the command for changing the password of a MySQL user via MySQLAdmin in the 'Note' box in section 2.3.4 is incorrect and must be revised.

The correct syntax is as follows:

# mysqladmin -u root -pOLDPASS password NEWPASS

There should be no space in between the '-p' option and 'OLDPASS', and 'password' must be added.

This issue is also present in the Proof of Concept (GSG) guide, in section 6.2, where it must also be addressed.

Comment 3 Andrew Dahms 2014-10-03 00:19:43 UTC
Updated the reference to changing the database user password in the Manual Setup guide and PackStack guide.

A full report of changes shall be provided once the books are rebuilt.

Comment 5 Martin Lopes 2014-10-09 00:57:27 UTC
Looks good to me. Moving bug to Verified.


Note You need to log in before you can comment on or make changes to this bug.