MySQL 1.5/6 Support
Currently my company is running askbot on MySQL 5.1, I am curious to know if there will be any issues when upgrading to MySQL 5.5.
I did not find anything in the documentation however I did find a disconcerting comment that mentioned of an issue in MySQL 5.5. That comment was made two years ago, so I'm hopping this is no longer an issue, is that the case?
I don't have enough "karma" to post a link to that comment so here so... http:// askbot.org/en/question/6522/migrate-askbot-failed/?answer=6525#post-id-6525
Comments
If you are using InnoDB storage engine, switch to MyISAM. Please let me know if this helps.
I tested things out in development with MySQL 5.5 and it seems to work fine.