Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7443727
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T11:22:42+00:00 2026-05-29T11:22:42+00:00

So I have a centralised CMS with multiple sites running from a single DB.

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T11:22:43+00:00Added an answer on May 29, 2026 at 11:22 am

    Two points:

    • Increasing the connections – This will not solve your problem while having such “Stop-the-world” scenarios. Increasing the connections will only give you more parallel connections but having such issues means normally that the operation on the table is frequent and in between one single operation one or more similar requests run in a blocking state. So even if you increase the connection pool dramatically it will only be a temprorary solution.

    • InnoDB is a completely different Storage-Engine. So you need to invest some time in different configuration properties and backup scenarios. From a query perspective you may have more options with innodb rather than with myisam. Afaik the only thing what is not possible is fulltext indexing. See a comprehensive listing of pros and cons here: http://www.kavoir.com/2009/09/mysql-engines-innodb-vs-myisam-a-comparison-of-pros-and-cons.html. One hint: Get in touch with the different toolset for recovery, failsafe and backup

    Alternatives: You might have no other option than resolving locking issues by switching either to a row-level locking mechanism or switching to something completely different.

    There is also the option not to switch completely. You might configure the storage engine on a Table basis. So if you identify the table where locking issues occur you might simply migrate this table to a different storage engine.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Recently I have been working on a project where, among other things, we want
I have been looking round for an open-source CMS framework that I can use
We currently have a centralised web app and database (running on glassfish and oracle)
I Have a centralised class library that a bunch of my sites use. Each
We have an application that does single sign-on using a centralized authentication server (CAS).
Have you ever seen any of there error messages? -- SQL Server 2000 Could
We have a restlet server and client. We need to pass the error status
I have created a custom, specialized CMS with a number of clients on it,
I have a set of .NET applications running in a public web environment which
I have recently taken on a php web developer position for a large firm.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.