summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 84069bf)
raw | patch | inline | side by side (parent: 84069bf)
author | anthonybaxter <anthonybaxter@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 24 Jun 2003 06:53:17 +0000 (06:53 +0000) | ||
committer | anthonybaxter <anthonybaxter@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 24 Jun 2003 06:53:17 +0000 (06:53 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1772 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/mysql.txt | patch | blob | history |
diff --git a/doc/mysql.txt b/doc/mysql.txt
index f807ef80f7da457658e88e9af72464b9c8ad1b0a..a4180fcab437aa730731ae5140d6a352dd632d4f 100644 (file)
--- a/doc/mysql.txt
+++ b/doc/mysql.txt
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
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: