Re: problems with GRANT, user, databases

2003-03-10 Thread Benjamin Pflugmann
Hi! On Mon 2003-03-10 at 16:44:40 -0500, [EMAIL PROTECTED] wrote: [...] > - Given a system user 'junk' I would like to create a "master" user > 'junk' that can have all permissions (including grant?) on all 'junk_*' > databases so that he can create and manage his own databases > > - Given a

Re: problems with GRANT, user, databases

2003-03-10 Thread dpgirago
why don't you try... mysql > SHOW GRANTS for 'junk'@'localhost' just to see what has been granted at present? David - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com

problems with GRANT, user, databases

2003-03-10 Thread David T-G
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, all -- I am having a bit of trouble with GRANT and users and database access. I would like to do two things: - - Given a system user 'junk' I would like to create a "master" user 'junk' that can have all permissions (including grant?) on all '