Re: Re: Bug with uppercased database in 3.23.55?

2003-02-21 Thread Victoria Reznichenko
On Thursday 20 February 2003 17:59, you wrote: > > > C:\mysql>mysql -u b R > > > ERROR 1044: Access denied for user: 'b@localhost' to database 'r' > > > > 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. >

re: Bug with uppercased database in 3.23.55?

2003-02-20 Thread Victoria Reznichenko
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) > > m

Bug with uppercased database in 3.23.55?

2003-02-19 Thread Juri Shimon
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