summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2000-06-14 11:51:04 +0000
committerivan <ivan>2000-06-14 11:51:04 +0000
commit9b3b646c24a4620690612fe69926c4e2c9d8f36a (patch)
treefd7f573c23c2aa0809d2be3f830be32790aa736c
parent6957f45d5cb0006941c8496ff35875c000fa4710 (diff)
update link for mysql database creation. i sure wish they'd stop changing these all the time
-rw-r--r--htdocs/docs/install.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html
index bb621e9a1..3a77332ec 100644
--- a/htdocs/docs/install.html
+++ b/htdocs/docs/install.html
@@ -37,7 +37,7 @@ Before installing, you need:
Install the Freeside distribution:
<ul>
<li>Add the user `freeside' to your system.
- <li>Add the freeside database to your database engine. (with <a href="http://www.mysql.com/Manual_chapter/manual_Syntax.html#Create_database">MySQL</a>) (with <a href="http://www.postgresql.org/docs/admin/manage-ag.htm#AEN854">PostgreSQL</a>)
+ <li>Add the freeside database to your database engine. (with <a href="http://www.mysql.com/Manual_chapter/manual_Reference.html#CREATE_DATABASE">MySQL</a>) (with <a href="http://www.postgresql.org/docs/admin/manage-ag.htm#AEN854">PostgreSQL</a>)
<li>Allow the freeside user full access to the freeside database. (with <a href="http://www.mysql.com/Manual_chapter/manual_Privilege_system.html#Privilege_system">MySQL</a>) (with <a href="http://www.postgresql.org/docs/admin/newuser.htm">PostgreSQL</a>)
<li>Unpack the tarball: <pre>gunzip -c fs-x.y.z.tar.gz | tar xvf -</pre>
<li>Build and install the Perl libraries: