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
Post a Comment