From 2b302da431ecd78e31759ce6de86f2b0669cdef4 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 18 Jul 2004 13:06:03 +0000 Subject: [PATCH] adjust comment --- scripts/create_tables.sql | 2 +- scripts/create_tables_mysql_4_1_2+.sql | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/create_tables.sql b/scripts/create_tables.sql index c0deaba58..729d526b7 100644 --- a/scripts/create_tables.sql +++ b/scripts/create_tables.sql @@ -2,7 +2,7 @@ -- SQL Commands to set up the pmadb as described in Documentation.html. -- -- DON'T RUN THIS SCRIPT ON MySQL 4.1.2 AND ABOVE! --- Instead, please run create_tables.sql. +-- Instead, please run create_tables_mysql_4_1_2+.sql. -- -- This script expects the user pma to already be existing. If we would put a -- line here to create him too many users might just use this script and end diff --git a/scripts/create_tables_mysql_4_1_2+.sql b/scripts/create_tables_mysql_4_1_2+.sql index cfaab7bdf..f53d9020d 100644 --- a/scripts/create_tables_mysql_4_1_2+.sql +++ b/scripts/create_tables_mysql_4_1_2+.sql @@ -2,10 +2,10 @@ -- SQL Commands to set up the pmadb as described in Documentation.html. -- -- This file is meant for use with MySQL 4.1.2 and above! --- For older MySQL releases, please use create_tables.old.sql +-- For older MySQL releases, please use create_tables.sql -- -- If you are running one MySQL 4.1.0 or 4.1.1, please create the tables using --- create_tables.old.sql and upgrade their collation settings according to our +-- create_tables.sql and upgrade their collation settings according to our -- manual. -- -- This script expects the user pma to already be existing. If we would put a