Mr,

Thursday, January 31, 2002, 12:29:24 PM, you wrote:

MKC> Hi,

MKC> As what I described in the original text, I have
MKC> changed the table names to lower cases. Thus, I think
MKC> I have done exactly what the manual says. Is this a
MKC> bug or what have I missed?

You have grants on database.Company instead of database.company
You should update permissions for you.

MKC> Thanks for your suggestion anyway.

MKC> Kent.

[skip]

>>
>> MKC> I search the documentation and find that I may
>> be able
>> MKC> to disable the case sensitivity by setting the
>> MKC> variable called lower_case_table_names to 1
>> when
>> MKC> starting the server. I edit my.cnf and restart
>> the
>> MKC> server. Everything seems OK. mysqladmin and the
>> Show
>> MKC> Variables command in mysql confirm that this
>> variable
>> MKC> is now 1 instead of 0 before I make the
>> changes. I
>> MKC> have also changed the schema so that all table
>> names
>> MKC> are now in lower cases.
>> MKC> However, when I perform a select, eg.,
>> 
>> MKC> SELECT * FROM Company;
>> 
>> MKC> Then, an error occurs that tells me that the
>> user xxx
>> MKC> is not allowed select the table. Of course,
>> there is
>> MKC> no error when the following SQL is submitted:
>> 
>> MKC> SELECT * FROM company;
>> 





-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [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

Reply via email to