diff --git a/archiva-docs/src/site/apt/adminguide/databases.apt b/archiva-docs/src/site/apt/adminguide/databases.apt index cd56a98fd..149df5168 100644 --- a/archiva-docs/src/site/apt/adminguide/databases.apt +++ b/archiva-docs/src/site/apt/adminguide/databases.apt @@ -32,6 +32,9 @@ Apache Archiva Databases By default the archiva and users databases are stored in the <<>> directory where Archiva is installed. To change the path, just edit all instances of the "DatabaseName" property in <<>> (see below). + <> If you are using MySQL as your database, Archiva fails when the users database created is initially set to UTF-8 for the character encoding. + As a workaround, set the database to UTF-8 encoding after it has been populated. See {{{http://jira.codehaus.org/browse/MRM-1373} MRM-1373}} for more details. + +------+ ...