/[libdata]/branches/paul/admin/install/libload.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/paul/admin/install/libload.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 66 by dpavlin, Fri Dec 5 18:40:01 2003 UTC revision 67 by dpavlin, Thu Mar 18 19:24:54 2004 UTC
# Line 8  print ("** WARNING!  Do NOT run this scr Line 8  print ("** WARNING!  Do NOT run this scr
8  print ("** LibData installation.  It will purge required libdata  **\n");  print ("** LibData installation.  It will purge required libdata  **\n");
9  print ("** databases and libdata users from the mysql.user and    **\n");  print ("** databases and libdata users from the mysql.user and    **\n");
10  print ("** mysql.db tables.                                       **\n");  print ("** mysql.db tables.                                       **\n");
11    print ("************************************************************\n");
12    print ("** NOTE: This script works only against mySQL 3.x.        **\n");
13    print ("** Since the number of columns in the mysql.user table    **\n");
14    print ("** and potential security issues differ between 3.x and   **\n");
15    print ("** 4.x, some modifications to the create.sql script are   **\n");
16    print ("** necessary.                                             **\n");
17  print ("************************************************************\n\n");  print ("************************************************************\n\n");
   
18  print ("This script performs the following installation steps:\n");  print ("This script performs the following installation steps:\n");
19  print ("(1) Prompt for a mySQL account (typically root) and password\n");  print ("(1) Prompt for a mySQL account (typically root) and password\n");
20  print ("    capable of creating/dropping databases, modifying the\n");  print ("    capable of creating/dropping databases, modifying the\n");

Legend:
Removed from v.66  
changed lines
  Added in v.67

  ViewVC Help
Powered by ViewVC 1.1.26