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.
>
> I've guess that 'lower_case_table_names' is not affected on database names
> 8(
Hi!

First of all answer to the mailing list, not to me directly, please.

Since 3.23.53 lower_case_table_names affected to the database names, too.


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




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




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