diff doc/mysql.txt @ 2594:c0d6d5004464

rdbms doc updates
author Richard Jones <richard@users.sourceforge.net>
date Tue, 20 Jul 2004 04:38:54 +0000
parents 096063697f77
children 653c7ffce402
line wrap: on
line diff
--- a/doc/mysql.txt	Tue Jul 20 02:07:58 2004 +0000
+++ b/doc/mysql.txt	Tue Jul 20 04:38:54 2004 +0000
@@ -2,7 +2,7 @@
 MySQL Backend
 =============
 
-:version: $Revision: 1.9 $
+:version: $Revision: 1.10 $
 
 This notes detail the MySQL backend for the Roundup issue tracker.
 
@@ -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``).
+

Roundup Issue Tracker: http://roundup-tracker.org/