[EMAIL PROTECTED] wrote:
> 
> I am new to mysql admin. I have created a database and set a user name 
> and passwd for it using 
> 
> grant all privileges on MICDB.* to [EMAIL PROTECTED] identified by 'passdw' 
> with grant option; 
> 
> Now the xxx user is able to login in to the database with 
> the passwd , but he is not having any privileges like
> update, file privilege,select etc.
> 
> In the mysql database under table user all the privileges
> are set to N.
> 
> Now i want to change it to y so that he can do what ever
> he wants to that database.

Table 'user' in the database 'mysql' contains global privileges. User 
'xxx'@'localhost' has all privileges only on the database 'MICDB'. Database level 
privileges are listed in the table 'db' in the database 'mysql'.



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





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

Reply via email to