mysql 1146 error

Permalink
i have found this error
mysql error: [1146: Table 'geoisys_swaraj.Config' doesn't exist] in EXECUTE("select * from Config where uID = 0 order by cfKey asc")

when i try to connect database in server

 
citytech2 replied on at Permalink Reply
citytech2
Are you trying to move the site from local machine to Linux server? I think there is uppercase problem in the table name "Config".

Citytech
wdtarei replied on at Permalink Reply
Was attempting to roll-out Concrete5 for one of our Parallel servers for testing, got the same error.

I used the installer fromhttp://apscatalog.com/, so I suspect something is incorrect in the config, as it did UpperCase the table names. I changed it to ".config" instead and it moved on to the next table. Which also had UpperCase, at this point - I gave up.

If this gets fixed, can you let me know and I will try again.