ruby on rails - MYSQL migrating to Postgres issues- cache type wrong -


i trying convert mysql db postgres heroku. getting error.

query': query cache disabled; restart server query_cache_type=1 enable (mysql::error) 

when try set in mysql get

mysql> set global query_cache_type = 1; error 1651 (hy000): query cache disabled; restart server query_cache_type=1 enable 

at of bit of loss here. come across this?

thanks!


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -