Mercurial > p > roundup > code
diff doc/mysql.txt @ 2595:7b2ea468381a maint-0.7
merge from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 20 Jul 2004 04:47:45 +0000 |
| parents | ef226254ef46 |
| children |
line wrap: on
line diff
--- a/doc/mysql.txt Tue Jul 20 02:10:43 2004 +0000 +++ b/doc/mysql.txt Tue Jul 20 04:47:45 2004 +0000 @@ -53,8 +53,8 @@ ======================== 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:: +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' @@ -64,9 +64,9 @@ 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. +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,3 +82,4 @@ and all will be better (note that on some systems, ``mysql`` is spelt ``mysqld``). +
