On Tue, Oct 14, 2008 at 1:49 PM, Grant Peel <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I run a shared Apache, Perl, PHP, Mysql, on FreeBSD environment.
>
> Here is a question:
>
> IF I have a user, that has no permissions, but with a decent password, (in 
> the mysql 'Users' table),
> AND that user only has access to his/her database through the local host 
> (i.e. perl or PHP scripts),
> IS it safe to grant 'All' privs to that user in the database grants table?
>
> -Grant

GRANT ALL PRIVILEGES is a bad habit.

http://ronaldbradford.com/blog/why-you-do-not-use-grant-all-on-2008-09-23/

--
Rob Wultsch

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to