jsquyres 04/05/29 18:15:55
Modified: libmaildb/db/mysql/doc README
Log:
Fix typo
Revision Changes Path
1.4 +2 -2 maildb/libmaildb/db/mysql/doc/README
Index: README
===================================================================
RCS file: /cvsroot/maildb/maildb/libmaildb/db/mysql/doc/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -c -w -r1.3 -r1.4
*** README 21 Dec 2002 14:06:57 -0000 1.3
--- README 30 May 2004 01:15:53 -0000 1.4
***************
*** 6,12 ****
# information, see the LICENSE file in the top level directory of the
# MailDB source distribution.
#
! # $Id: README,v 1.3 2002/12/21 14:06:57 jsquyres Exp $
# ---------------------------------------------------------
1) If new database, make sure you have a password set for root, and disallow
--- 6,12 ----
# information, see the LICENSE file in the top level directory of the
# MailDB source distribution.
#
! # $Id: README,v 1.4 2004/05/30 01:15:53 jsquyres Exp $
# ---------------------------------------------------------
1) If new database, make sure you have a password set for root, and disallow
***************
*** 18,24 ****
% mysqladmin -u root reload
% mysqladmin -u root password <new-password>
! % myqladmin -u root -p reload
2) Create maildb database
--- 18,24 ----
% mysqladmin -u root reload
% mysqladmin -u root password <new-password>
! % mysqladmin -u root -p reload
2) Create maildb database
|