Re: Security: MySql - Perl

Michael Stassen <[email protected]>
Newsgroups gmane.comp.db.mysql.perl
Message-ID <[email protected]>
Mark Ahlstrom wrote:
> And don't forget the usual dance of FLUSH PRIVILEGES.

which is unnecessary if you use GRANT (or any other account management 
command, such as REVOKE or SET PASSWORD).  FLUSH PRIVILEGES is only 
necessary if you directly modify the mysql db tables, which I recommended 
against.  See the manual for more 
<http://dev.mysql.com/doc/mysql/en/adding-users.html>.

Michael

-- 
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe:    http://lists.mysql.com/[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.