summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-02-10 22:22:58 +0000
committerHenri Herscher <henri@oreka.org>2006-02-10 22:22:58 +0000
commit4e494d056644a2cc49c8b57a5c730863a5611dd7 (patch)
tree0b39f66a5ead4d54a3f8fcc7b421339f94fc89dd
parentb17ede33e32e55c8435affb8d8724853654b5da7 (diff)
Warned about potential MySQL 5.0 problem
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@170 09dcff7a-b715-0410-9601-b79a96267cd0
-rw-r--r--BUILD_JAVA.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD_JAVA.txt b/BUILD_JAVA.txt
index 97cf389..599160f 100644
--- a/BUILD_JAVA.txt
+++ b/BUILD_JAVA.txt
@@ -19,7 +19,7 @@ Install required infrastructure software:
* Install Tomcat 5.5 or later, point it the the Java 5 JDK
* Copy all jar files from the external java libraries pack to {TOMCAT_HOME}/shared/lib
* Make note of the admin password
-* Install MySQL or any database compatible with hibernate
+* Install MySQL or any database compatible with hibernate (there is a known problem with MySQL 5.0 - you need to change bit(1) to tinyint(1) for boolean columns - MySQL 4.x is OK)
* Create a database for storing oreka data
* Create a user/password for reading/writing the newly created database