[WTF CVS] wtf readme.txt,1.1.1.1,1.2
Brought to you by:
gryphonshafer
From: Gryphon S. <gry...@us...> - 2006-12-03 00:05:18
|
Update of /cvsroot/wtf-tracker/wtf In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14167 Modified Files: readme.txt Log Message: Minor changes to support the new v1.02 release Index: readme.txt =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/readme.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** readme.txt 18 Oct 2006 16:52:50 -0000 1.1.1.1 --- readme.txt 3 Dec 2006 00:05:15 -0000 1.2 *************** *** 51,62 **** or later), and MySQL (version 4 or later). ! 2. As a sufficiently privileged user, run the "./db/create.sql" script ! against your MySQL installation to create the "wtf" database. Then run ! the "./db/add.sql" file against the database. Then run all the ! "./db/next_rel_*.sql" files in order against the "wtf" database. ! ! 3. Setup a MySQL user account for WTF that will have access to select, insert, update, and delete all "wtf" tables. 4. Setup a read-only MySQL user account on your Bugzilla database. --- 51,60 ---- or later), and MySQL (version 4 or later). ! 2. Setup a MySQL user account for WTF that will have access to select, insert, update, and delete all "wtf" tables. + 3. As a sufficiently privileged user, run the "./db/create.sql" script + against your MySQL installation to create the "wtf" database. + 4. Setup a read-only MySQL user account on your Bugzilla database. |