So I have a centralised CMS with multiple sites running from a single DB. Recently we have very occasionally been receiving a max_user_connections error which we have seen before (while on a much slower server).
Now the hosts have suggested that innodb's row locking rather than myisam's table locking could solve this. Sounds like it could be the case, however I would have though increasing the connections would be a safer bet.
I have done some reading up on innodb vs myisam, and I dont believe the loss of full-text indexing will be a problem, however I am unsure about the foreign key thing.
So my question is, with this running on a production database, with a huge CMS and various instances of front end code, are there likely to be any major issues in converting to innodb? Eg specifically what type of queries would no longer work?