Udbhav Shah <[EMAIL PROTECTED]> wrote:
> 
> Using Mysql 4.1.1-alpha release on RH9,
> I have used RPM provided on Mysql site to upgrade from
> 3.23 to 4.1.1
> 
> I have a very strange behavior of mysql server,when I
> restart my server, it is not reading permission given
> to user at Table Level from tables_priv.
> 
> Permission are still there, but when I use "show
> grants for ..." it show that no privileges.
> 
> Commands used:
> grant all on try.TBL_MACIP to 'tryAdmin1'@'localhost';
> /etc/init.d/mysqld restart
> 
>>mysql -utryAdmin1
> mysql>use try
> access denied....
> 
> Does anyone know how to remove such unexpected
> behavior, because this was perfectly working in 3.23
> 

Thank you for report. It's a known bug in version 4.1.1 and it's already fixed:
        http://bugs.mysql.com/bug.php?id=2546
        


-- 
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