Mercurial > p > roundup > code
diff doc/mysql.txt @ 2860:653c7ffce402
remove obsolete configuration notes
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Wed, 03 Nov 2004 09:23:50 +0000 |
| parents | c0d6d5004464 |
| children | ad4fb8a14a97 |
line wrap: on
line diff
--- a/doc/mysql.txt Wed Nov 03 03:07:04 2004 +0000 +++ b/doc/mysql.txt Wed Nov 03 09:23:50 2004 +0000 @@ -2,7 +2,7 @@ MySQL Backend ============= -:version: $Revision: 1.10 $ +:version: $Revision: 1.11 $ This notes detail the MySQL backend for the Roundup issue tracker. @@ -49,26 +49,6 @@ drop the database with existing data. -Additional configuration -======================== - -To initialise and use the MySQL database backend, roundup's configuration -file (``config.py`` in the tracker's home directory) should have the following -entries (substituting real values of course):: - - MYSQL_DBHOST = 'localhost' - MYSQL_DBUSER = 'rounduptest' - MYSQL_DBPASSWORD = 'rounduptest' - MYSQL_DBNAME = 'rounduptest' - MYSQL_DATABASE = ( MYSQL_DBHOST, MYSQL_DBUSER, MYSQL_DBPASSWORD, - MYSQL_DBNAME ) - -Fill in the first four entries with values for your local MySQL installation -before running "roundup-admin initialise". Use the commands in the -`Running the MySQL tests`_ to set up a database if you have privilege, or -ask your local administrator if not. - - Showing MySQL who's boss ======================== @@ -82,4 +62,3 @@ and all will be better (note that on some systems, ``mysql`` is spelt ``mysqld``). -
