adjust comment

This commit is contained in:
Marc Delisle
2004-07-18 13:06:03 +00:00
parent ca528db1d0
commit 2b302da431
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
-- SQL Commands to set up the pmadb as described in Documentation.html. -- SQL Commands to set up the pmadb as described in Documentation.html.
-- --
-- DON'T RUN THIS SCRIPT ON MySQL 4.1.2 AND ABOVE! -- 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 -- 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 -- line here to create him too many users might just use this script and end

View File

@@ -2,10 +2,10 @@
-- SQL Commands to set up the pmadb as described in Documentation.html. -- 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! -- 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 -- 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. -- manual.
-- --
-- This script expects the user pma to already be existing. If we would put a -- This script expects the user pma to already be existing. If we would put a