Closed
Bug 256899
Opened 21 years ago
Closed 21 years ago
The step by steup installation documentation forgets to mention that the SQL database needs to be created.
Categories
(Bugzilla :: Documentation, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: nghia.tang, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7) Gecko/20040616
Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7) Gecko/20040616
The step by step installation document gives directions for setting up the SQL
database. It tells of creating the user account and giving the user
permissions. It does nothing to say that you need to do a
mysql> CREATE DATABASE bugs;
This was frustrating to find that I forgot to create the database.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•21 years ago
|
||
checksetup.pl will automatically create the database for you if it does not
already exist. Did this not happen for you the first time you ran it?
->INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
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
•