Tuesday, November 22, 2011

Re: Any way to change cloud sql instance global variable values

So what could be the solution, given that my local mysql server has
lower_case_table_names variable set to 1, setting this variable
resolved my case sensitivity problem with hibernate locally and I need
same database to be imported to my cloud-sql instance so that same
application could work without giving any case-sensitivity problem on
app-engine with cloud-sql?
The only solution I could think of right now is to somehow get a
cloud-sql instance with 'lower_case_table_names' set to 1.
Please suggest.
--Thanks,
Abhishek

No comments:

Post a Comment