Hi!
Is it a bug?

C:\mysql>mysql -u root
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 29 to server version: 3.23.55-max-nt
 
mysql> create database R;
Query OK, 1 row affected (0.06 sec)

mysql> grant all privileges on `R%`.* to b;
Query OK, 0 rows affected (0.00 sec)
 
 
C:\mysql>mysql -u b R
ERROR 1044: Access denied for user: 'b@localhost' to database 'r'
 
On 3.23.48 it work OK...    8(
 
WBR




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to