Hello,
I have installed dolphin at my local machine & it is working fine.
But when I uploaded those files of my server machine, I am getting error in one of the MySQL table name in my config php file where table name is specified in capital letter but in MySQL it is in lower case. But the same scenario is there in my local machine which is working fine !!
Can anybody help me ???
Its URGENT !!
Thanks !!
Problem in MySQL
Moderator: General Moderators
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
Re: Problem in MySQL
Change it to match the MySQL table exactly and try it?
Re: Problem in MySQL
Thanks jay,
I will try it & notify u !
But Is there any another way or some permission problem on server to solve this ?
I will try it & notify u !
But Is there any another way or some permission problem on server to solve this ?
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
Re: Problem in MySQL
It might be to do with version numbers but I don't know. You should have things like that matching exactly anyway (including case) to prevent anything like this.
Re: Problem in MySQL
Server is in Linux & my local machine is in windows !
So, any changes to do while uploading in Linux ??
So, any changes to do while uploading in Linux ??
Re: Problem in MySQL
harshil wrote:Server is in Linux & my local machine is in windows !
So, any changes to do while uploading in Linux ??
Check out the lower_case_table_names system variable. Usually in unix like systems it is set to 0 and windows it is set to 1. what ver of mysql are you using?
Re: Problem in MySQL
Thanks !
Its working right now !!
Its working right now !!