We found sometimes when we download a DB from a server which have uppercase and lowercase mix data and when we import it in our local machine the case of table name and fields changed.
For solving the above thing we need to open this file
E:\wamp\bin\mysql\mysql5.6.17\ my.ini
and at the bottom we need to add this
lower_case_table_names = 0
like this within [mysqld]