Jump to content

[SOLVED] Mysql Table Caption windows -> linux


daanoz

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.