--- branches/paul/admin/install/libload.pl 2004/03/07 19:15:27 66 +++ branches/paul/admin/install/libload.pl 2004/03/18 19:24:54 67 @@ -8,8 +8,13 @@ print ("** LibData installation. It will purge required libdata **\n"); print ("** databases and libdata users from the mysql.user and **\n"); print ("** mysql.db tables. **\n"); +print ("************************************************************\n"); +print ("** NOTE: This script works only against mySQL 3.x. **\n"); +print ("** Since the number of columns in the mysql.user table **\n"); +print ("** and potential security issues differ between 3.x and **\n"); +print ("** 4.x, some modifications to the create.sql script are **\n"); +print ("** necessary. **\n"); print ("************************************************************\n\n"); - print ("This script performs the following installation steps:\n"); print ("(1) Prompt for a mySQL account (typically root) and password\n"); print (" capable of creating/dropping databases, modifying the\n");