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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
tjl30's avatar
1
tjl30
asked 11 years ago, updated 11 years ago

Comments

If you are using InnoDB storage engine, switch to MyISAM. Please let me know if this helps.

Evgeny's avatar Evgeny (11 years ago)

I tested things out in development with MySQL 5.5 and it seems to work fine.

tjl30's avatar tjl30 (11 years ago)
see more comments