Closed Bug 190864 Opened 22 years ago Closed 22 years ago

typo in MySQL setup instructions

Categories

(Bugzilla :: Documentation, defect)

defect
Not set
minor

Tracking

()

VERIFIED FIXED
Bugzilla 2.18

People

(Reporter: diego, Assigned: jacob)

References

()

Details

Attachments

(1 file)

There's a small typo in the MySQL setup instructions: mysql> UPDATE user SET Password=PASSWORD('<new_password'>) WHERE user='root'; ^^^^ It should correctly read mysql> UPDATE user SET Password=PASSWORD('<new_password>') WHERE user='root'; ^^^^ It's small but it can bite you if you don't know anything about MySQL like I do. Please fix this. I don't provide a patch since it's so trivial. Thanks.
Depends on: 191034
This was FIXED by the checkin I just did for bug 191034.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Target Milestone: --- → Bugzilla 2.18
This is still present in 2.17.4 and CVS, it was obviously not fixed by your commit. Patch coming up in a second.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Attached patch typo correctionSplinter Review
This patch fixes the typo in the xml/, html and txt directories. No idea if all were necessary or not, you get to choose which to apply :-)
Attachment #122298 - Flags: review?(jake)
*** Bug 204523 has been marked as a duplicate of this bug. ***
attachment 122514 [details] [diff] [review] has only the XML patch, fyi.
Comment on attachment 122298 [details] [diff] [review] typo correction This only needs to the change to the .xml file... all the rest are generated. It would have been more work sorting through this patch than just applying it manually :). Clearing the review request rather than deny it.
Attachment #122298 - Flags: review?(jake)
Fix checked in (did 2.16 as well). Also checked in compiled versions so it will show up on the web page.
Status: REOPENED → RESOLVED
Closed: 22 years ago22 years ago
Resolution: --- → FIXED
Just checked the web page, it's fixed, thanks. Marking VERIFIED.
Status: RESOLVED → VERIFIED
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: