From 0f4ec8a537ce4b1307504d09e81ab0a9c2b25740 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 9 Aug 2004 00:35:39 +0000 Subject: [PATCH] script to upgrade for MySQL 4.1.2 --- Documentation.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Documentation.html b/Documentation.html index 118bfda18e..cce0ea370c 100755 --- a/Documentation.html +++ b/Documentation.html @@ -179,8 +179,14 @@ Please look at your scripts/ directory, where you should find a file called create_tables.sql. (If you are using a Windows server, pay special attention to FAQ 1.23). - If your MySQL server's version is 4.1.2 or later, please use create_tables_mysql_4_1_2+.sql instead. - You can already use your phpMyAdmin to create the tables for you. Please be +

+ If your MySQL server's version is 4.1.2 or later, please use + create_tables_mysql_4_1_2+.sql instead, for a new installation. +

+ If you already had this infrastructure and upgraded to MySQL 4.1.2 + or later, please use upgrade_tables_mysql_4_1_2+.sql. +

+ You can use your phpMyAdmin to create the tables for you. Please be aware that you may need special (administrator) privileges to create the database and tables, and that the script may need some tuning, depending on the database name.