Closed
Bug 190864
Opened 22 years ago
Closed 22 years ago
typo in MySQL setup instructions
Categories
(Bugzilla :: Documentation, defect)
Bugzilla
Documentation
Tracking
()
VERIFIED
FIXED
Bugzilla 2.18
People
(Reporter: diego, Assigned: jacob)
References
()
Details
Attachments
(1 file)
2.61 KB,
patch
|
Details | Diff | Splinter Review |
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.
Assignee | ||
Comment 1•22 years ago
|
||
This was FIXED by the checkin I just did for bug 191034.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
Target Milestone: --- → Bugzilla 2.18
Reporter | ||
Comment 2•22 years ago
|
||
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 → ---
Reporter | ||
Comment 3•22 years ago
|
||
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 :-)
Reporter | ||
Updated•22 years ago
|
Attachment #122298 -
Flags: review?(jake)
Comment 4•22 years ago
|
||
*** Bug 204523 has been marked as a duplicate of this bug. ***
Comment 5•22 years ago
|
||
attachment 122514 [details] [diff] [review] has only the XML patch, fyi.
Assignee | ||
Comment 6•22 years ago
|
||
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)
Assignee | ||
Comment 7•22 years ago
|
||
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 ago → 22 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 8•22 years ago
|
||
Just checked the web page, it's fixed, thanks. Marking VERIFIED.
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•