From: anthonybaxter Date: Tue, 24 Jun 2003 06:53:17 +0000 (+0000) Subject: english nits X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=059a5de521334a4b224c872501ca7a91be1af1fa;p=roundup.git english nits git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1772 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/mysql.txt b/doc/mysql.txt index f807ef8..a4180fc 100644 --- a/doc/mysql.txt +++ b/doc/mysql.txt @@ -12,7 +12,7 @@ To use MySQL as backend for storing roundup data, you should additionally install: 1. MySQL RDBMS 3.23.34 or higher - http://www.mysql.com. Your MySQL - installation should support Berkeley DB (BDB) tabes for transaction + installation should support Berkeley DB (BDB) tables for transaction support. 2. Python interface to mysql - http://sourceforge.net/projects/mysql-python @@ -20,8 +20,8 @@ install: How to run mysql tests? ======================= -Roundup tests expect empty database available for use. There are two ways how to -provide it: +Roundup tests expect an empty database available for use. There are two ways how to +provide this: 1. If you have root permissions on mysql server, you can create necessary database using this SQL sequence: