daanoz Posted March 16, 2009 Share Posted March 16, 2009 Hey ppl, My guess is this is a simple problem, i'm just can't exactly figure out what to change. The situation: I want to connect to 2 databases at the same time, this is working, when the connection is established i want to sync some tables. This is not really working, because my query's get lower cased. Now the trouble is the target machine has lowercase tablenames (windows) and the source is a linux with some uppercase characters in the table names. I'm not allowed to change the way the characters are interpreted because the databases get used by a bunch of other applications as well. The error: CMySql::Exec() failed, Mysql returned : Table 'ip.ictteconfig' doesn't exist, Query : DESCRIBE `ictTeConfig` The question: How do i specify to the php mysql connector which case implementation to use? Cheers Daanoz Quote Link to comment https://forums.phpfreaks.com/topic/149627-solved-mysql-table-caption-windows-linux/ Share on other sites More sharing options...
daanoz Posted March 16, 2009 Author Share Posted March 16, 2009 Ok, it is solved... not sure how though, it suddenly worked... if anyone can clearify, plz Quote Link to comment https://forums.phpfreaks.com/topic/149627-solved-mysql-table-caption-windows-linux/#findComment-785710 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.