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

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -