]> source.dussan.org Git - archiva.git/commitdiff
quick note on mysql setup
authorOlivier Lamy <olamy@apache.org>
Tue, 27 Mar 2012 12:58:08 +0000 (12:58 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 27 Mar 2012 12:58:08 +0000 (12:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1305828 13f79535-47bb-0310-9956-ffa450edef68

archiva-docs/src/site/apt/adminguide/databases.apt

index 4f7b43d30c9085d6f7aa4d5d94f9b23d3d0ee478..2a80bad6cc3701ba0a1339c59e90d9470f81a411 100644 (file)
@@ -90,3 +90,13 @@ Apache Archiva Database
   database documentation for backup instructions.
   
 ~~TODO: link to wiki location that does others
+
+* MySql setup
+
++------+
+  create database archiva character set utf8;
+
+  GRANT ALL PRIVILEGES ON archiva.* TO 'archivauser'@'localhost' IDENTIFIED BY 'archivauserpassword'
++------+
+
+  Replace "archivauser" and "archivauserpassword" with a username and password of your choice. If Archiva is not running on the same server as your MySQL database server, replace "localhost" with the hostname or IP address of the Archiva server.
\ No newline at end of file