File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ To use MySQL as backend for storing roundup data, you should additionally
1212install:
1313
1414 1. MySQL RDBMS 3.23.34 or higher - http://www.mysql.com. Your MySQL
15- installation should support Berkeley DB (BDB) tabes for transaction
15+ installation should support Berkeley DB (BDB) tables for transaction
1616 support.
1717 2. Python interface to mysql - http://sourceforge.net/projects/mysql-python
1818
1919
2020How to run mysql tests?
2121=======================
2222
23- Roundup tests expect empty database available for use. There are two ways how to
24- provide it :
23+ Roundup tests expect an empty database available for use. There are two ways how to
24+ provide this :
2525
2626 1. If you have root permissions on mysql server, you can create necessary
2727 database using this SQL sequence:
You can’t perform that action at this time.
0 commit comments