Closed
Bug 249802
Opened 21 years ago
Closed 21 years ago
Make the SQL example for granting SQL privs to the DB user suitable for MySQL 4
Categories
(Bugzilla :: Documentation, defect)
Bugzilla
Documentation
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: goobix, Assigned: goobix)
Details
Attachments
(2 files, 3 obsolete files)
|
2.17 KB,
patch
|
Details | Diff | Splinter Review | |
|
2.24 KB,
patch
|
Details | Diff | Splinter Review |
The current example used to grant privs to the Bugzilla user for the SQL
database is valid for MySQL 3.23, not MySQL 4. We have a note for MySQL 4 users,
but justdave thought that it's better to make the first example compatible with
MySQL 4 and to have in the note MySQL 3.23 as an exception. In fact, the note
should include another command-line example as well, since people like to
copy-paste.
| Assignee | ||
Comment 1•21 years ago
|
||
Assignee: documentation → vladd
Status: NEW → ASSIGNED
Comment 2•21 years ago
|
||
Comment on attachment 152302 [details] [diff] [review]
Patch
Let's eliminate the note, and state upfront that the first example requires
MySQL 4.0 or newer.
<para>Run the <filename>mysql</filename> command line client.</para>
<para>If you are using MyQSL 4.0 or newer, enter:</para>
(4.0 example)
then your 3.x statement/example (change "might" to "will"), without the
<note></note>
Attachment #152302 -
Flags: review-
| Assignee | ||
Comment 3•21 years ago
|
||
Attachment #152302 -
Attachment is obsolete: true
| Assignee | ||
Comment 4•21 years ago
|
||
Attachment #152442 -
Attachment is obsolete: true
| Assignee | ||
Updated•21 years ago
|
Target Milestone: --- → Bugzilla 2.16
| Assignee | ||
Comment 5•21 years ago
|
||
| Assignee | ||
Comment 6•21 years ago
|
||
Attachment #152457 -
Attachment is obsolete: true
| Assignee | ||
Comment 7•21 years ago
|
||
Checking in installation.xml;
/cvsroot/mozilla/webtools/bugzilla/docs/xml/installation.xml,v <--
installation.xml
new revision: 1.72; previous revision: 1.71
done
Checking in installation.xml;
/cvsroot/mozilla/webtools/bugzilla/docs/xml/installation.xml,v <--
installation.xml
new revision: 1.18.2.17; previous revision: 1.18.2.16
done
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•13 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
•