| Mailing List | | Home | | MySQL General - General MySQL discussion | | MaxDB - Everything about MaxDB, formerly known as SAP DB | | MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP | | Java Help - Mostly related to the MySQL Connector/J driver | | ODBC - ODBC with the MySQL Connector/ODBC driver | | Perl - Perl support for MySQL with DBI and DBD::mysql | | MySQL++ - Programming with the C++ API to MySQL |
|
|
  | |  | Strange behavior, Table Level Permission | Strange behavior, Table Level Permission 2004-03-22 - By Victoria Reznichenko
Back Udbhav Shah <udbhav4me@(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
/ /|_/ / // /\ \/ /_/ / /__ Victoria.Reznichenko@(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/mysql?unsub=mysql
@(protected)
|
|
 |