NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Auth changes (Score:1)
That there needs to be any notification of the server at all seems suboptimal to me. I can't tell you how many times in the past few years I've been bitten by forgetting to do a FLUSH PRIVILEGES in MySQL after updating permissions. :-(
--
xoa
Reply to This
Re:Auth changes (Score:1)
I've been bitten by forgetting to do a FLUSH PRIVILEGES in MySQL after updating permissions
As have I. I believe that using the GRANT statement eliminates the need for a FLUSH or mysqladmin reload.
But, yes. It's annoying. Does Oracle handle this more gracefully?
Re:Auth changes (Score:1)
--
xoa