neysx 05/12/02 14:49:56 Modified: xml/htdocs/doc/en virt-mail-howto.xml Log: #113789 Add Flush Privileges;
Revision Changes Path 1.46 +8 -4 xml/htdocs/doc/en/virt-mail-howto.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/virt-mail-howto.xml?rev=1.46&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/virt-mail-howto.xml?rev=1.46&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/virt-mail-howto.xml.diff?r1=1.45&r2=1.46&cvsroot=gentoo Index: virt-mail-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- virt-mail-howto.xml 29 May 2005 16:12:29 -0000 1.45 +++ virt-mail-howto.xml 2 Dec 2005 14:49:56 -0000 1.46 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.45 2005/05/29 16:12:29 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/virt-mail-howto.xml,v 1.46 2005/12/02 14:49:56 neysx Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/virt-mail-howto.xml"> @@ -23,8 +23,8 @@ postfix, mysql, courier-imap, and cyrus-sasl. </abstract> -<version>1.0.22</version> -<date>2005-05-29</date> +<version>1.0.23</version> +<date>2005-12-02</date> <!-- Contents @@ -461,8 +461,12 @@ -> <i>ON mailsql.*</i> -> <i>TO [EMAIL PROTECTED]</i> -> <i>IDENTIFIED BY '$password';</i> +Query OK, 0 rows affected (0.02 sec) - -> <i>quit</i> +mysql> <i>FLUSH PRIVILEGES;</i> +Query OK, 0 rows affected (0.00 sec) + +mysql> <i>quit</i> <comment>(Verify that the new mailsql user can connect to the mysql server.)</comment> # <i>mysql -u mailsql -p mailsql</i> -- [email protected] mailing list
