My my.cnf config file is with:
lower_case_table_names = 2
so if table name is "MyUsers"
it will take as it is.
but in view: i have used as a "myusers"
.
in windows its working.
Now when i am trying to execute it(view) in linux server then it is saying "myusers" doesnt exists.
what is the problem in linux and its corresponding solution.
Not Duplicate: As I clearly mentioned what I need and what I get. This is in view.