Re: SHOW DATABASES user rights

2003-06-26 Thread nospam
; Gesendet: Donnerstag, 26. Juni 2003 11:25 Betreff: Re: SHOW DATABASES user rights > [EMAIL PROTECTED] wrote: > > I have a MySQL server running with some users besides root, that I want to grant > > all privileges for their own databases, but no rights for anything else. > &g

Re: SHOW DATABASES user rights

2003-06-26 Thread Victoria Reznichenko
[EMAIL PROTECTED] wrote: > I have a MySQL server running with some users besides root, that I want to grant all > privileges for their own databases, but no rights for anything else. > So to say, I have a user web01 that shall be able to do whatever he wants with the > database db01. There are mo

SHOW DATABASES user rights

2003-06-25 Thread nospam
Hello, I have a MySQL server running with some users besides root, that I want to grant all privileges for their own databases, but no rights for anything else. So to say, I have a user web01 that shall be able to do whatever he wants with the database db01. There are more databases, like db02 et