i.e. I would like the two quoted queries
" Select * from Batch; "
and
" Select * from batch; "
to both return the entire contents of the BaTch table instead of "table DBName.Batch does not exist" and "table DBName.batch does not exist"
Is this possible on Linux? I know it works on a windows MySQL setup.