On Wednesday 19 February 2003 13:19, Juri Shimon wrote: > 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(
I guess no. In 3.23.55 by default lower_case_table_names=1 on Windows, so all table and database names are converted to lower case. -- 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 --------------------------------------------------------------------- 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