[cvs] [Wiki] changed: FC4InstallationNotes
Wiki Guest
wikiguest at horde.org
Fri Apr 28 01:35:49 PDT 2006
guest [81.117.57.217] Fri, 28 Apr 2006 01:35:49 -0700
Modified page: http://wiki.horde.org/FC4InstallationNotes
New Revision: 2.1
Change log: Added the MySQL db creation
@@ -56,8 +56,17 @@
<code>
mysqladmin -u root password 'password'
mysqladmin -u root -h your.host.name password 'password'
</code>
+
+
+++ Creating the MySQL Database
+
+<code>
+cd /var/www/html/horde/scripts/sql
+mysql -u root -p < create.mysql.sql
+</code>
+
++ Horde
Firstly you need to install the distribution default configuration files, present in the config subdirectory within each Horde application (including the base Horde library itself):
More information about the cvs
mailing list