|
From: Jeff S. <jsq...@us...> - 2004-05-30 01:16:39
|
jsquyres 04/05/29 18:16:31 Modified: libmaildb/db/mysql/doc cr_db.sql Log: Minor fix Revision Changes Path 1.4 +2 -2 maildb/libmaildb/db/mysql/doc/cr_db.sql Index: cr_db.sql =================================================================== RCS file: /cvsroot/maildb/maildb/libmaildb/db/mysql/doc/cr_db.sql,v retrieving revision 1.3 retrieving revision 1.4 diff -c -w -r1.3 -r1.4 *** cr_db.sql 21 Dec 2002 14:06:57 -0000 1.3 --- cr_db.sql 30 May 2004 01:16:31 -0000 1.4 *************** *** 5,11 **** -- information, see the LICENSE file in the top level directory of the -- MailDB source distribution. -- ! -- $Id: cr_db.sql,v 1.3 2002/12/21 14:06:57 jsquyres Exp $ -- ------------------------------------------------------- -- MailDB database creation --- 5,11 ---- -- information, see the LICENSE file in the top level directory of the -- MailDB source distribution. -- ! -- $Id: cr_db.sql,v 1.4 2004/05/30 01:16:31 jsquyres Exp $ -- ------------------------------------------------------- -- MailDB database creation *************** *** 17,21 **** drop database if exists maildb; create database maildb; ! grant all privileges on maildb.* to maildb identified by 'maildb'; --- 17,21 ---- drop database if exists maildb; create database maildb; ! grant all privileges on maildb.* to maildb@localhost identified by 'maildb'; |