Closed
Bug 314414
Opened 19 years ago
Closed 16 years ago
Configuration section of the documentation has sections in wrong order and more
Categories
(Bugzilla :: Documentation, defect)
Bugzilla
Documentation
Tracking
()
RESOLVED
DUPLICATE
of bug 314385
People
(Reporter: pg, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Build Identifier:
It is a mistake to have section 2.2.2.1.3. before section 2.2.2.1.4 and section 2.2.3.
How can you alter table "attachements" before it is created? (Since I have no database administration experience, this took me about 24 hours to figure out.)
Also, in the command
mysql> GRANT SELECT, INSERT,
UPDATE, DELETE, INDEX, ALTER, CREATE, LOCK TABLES,
CREATE TEMPORARY TABLES, DROP, REFERENCES ON bugs.*
TO bugs@localhost IDENTIFIED BY '$db_pass';
mysql> FLUSH PRIVILEGES;
,is '$db_pass' perl slang or literal command? Does it mean "use, in single quotes, whater you set up in local config"? Also, before the user "bugs" was created, should the word "bugs" be in single quotes?
Reproducible: Always
Steps to Reproduce:
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
![]() |
||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•