Closed
Bug 220996
Opened 21 years ago
Closed 21 years ago
The grant statement needs "lock tables" (section "Setting up the MySQL-Database")
Categories
(Bugzilla :: Documentation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 195424
People
(Reporter: andreas.hoefler, Assigned: goobix)
References
()
Details
Attachments
(1 file)
716 bytes,
patch
|
kiko
:
review-
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b; MultiZilla v1.5.0.2Beta) Gecko/20030827 WebWasher 3.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b; MultiZilla v1.5.0.2Beta) Gecko/20030827 WebWasher 3.3
The GRANT statement now also needs to have the LOCK TABLES privilege in it.
checksetup.pl needs this and so do many other parts of Bugzilla 2.17.4.
Reproducible: Always
Steps to Reproduce:
Reporter | ||
Updated•21 years ago
|
Version: unspecified → 2.17.4
Assignee | ||
Updated•21 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
Hardware: PC → All
Summary: Update to "Setting up the MySQL-Database" part → The grant statement needs "lock tables" (section "Setting up the MySQL-Database")
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #132742 -
Flags: review?
Assignee | ||
Updated•21 years ago
|
Attachment #132742 -
Flags: review?(kiko)
Assignee | ||
Updated•21 years ago
|
Attachment #132742 -
Flags: review?
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Comment 3•21 years ago
|
||
Comment on attachment 132742 [details] [diff] [review]
Patch
This is only required for MySQL 4 -- on MySQL 3 there is no LOCK TABLES
permissions and it raises an SQL error if you try to do so.
MySQL 3 reference at
http://www.dwam.net/docs/mysqle3.23/manuel_GRANT.html#GRANT
Related discussion at http://www.oreillynet.com/cs/user/view/cs_msg/19832
Attachment #132742 -
Flags: review?(kiko) → review-
Assignee | ||
Comment 4•21 years ago
|
||
Mentioning the MySQL 3 versus 4 distinction into BZ documentation would be the
right path here?
Comment 5•21 years ago
|
||
Andreas, am I correct in assuming you're using MySQL 4?
If so, it would be definitely the case, Vladd.
Comment 6•21 years ago
|
||
Did anyone look at the current docs? ;)
*** This bug has been marked as a duplicate of 195424 ***
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
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
•