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

  • SEARCH
  • Home
  • 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 903367
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T15:52:00+00:00 2026-05-15T15:52:00+00:00

My MySql server currently has 235 databases. Should I worry? They all have same

  • 0

My MySql server currently has 235 databases. Should I worry?
They all have same structure with MyISAM tables.

The hardware is a virtual machine with 2 GB RAM running on a Quad-Core AMD Opteron 2.2GHz.

Recently cPanel sent me an email saying that MySql has failed and a restart has been made.

New databases are being expected to be created and I wonder if I should add more memory or if I should simply add another virtual machine.

  • 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-15T15:52:00+00:00Added an answer on May 15, 2026 at 3:52 pm

    The “databases” in mysql are really catalogues, is has no effect on its limits whether you put all the tables in one or each in its own.

    The main problem is the table cache. Without tuning it, you’re going to have the default table cache (=64 typically), which means you will be closing a table every time you open one. This is incredibly bad.

    Except in MyISAM, it’s even worse, because closing a table throws its key blocks out of the key cache, which means subsequent index lookups or scans will be reading actual blocks from disc, which is horrible and slow and really needs to be avoided.

    My advice is:

    • If possible, immediately increase the table cache to > the total number of tables
    • Monitor the global status variable Opened_Tables in your monitoring; if it increases rapidly, this is bad.
    • Carry out performance and robustness testing on your the same hardware in a non-production environment (if you are not doing so already).
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an SSIS package that connects to a mysql server and attempts to
I have config.time_zone in environment.rb set to UTC, and my mySQL server returns the
Im runing mySQL in a server where i need to drop tons of databases
I am running a mysql server. I would like to somehow make sure that
While working between a Windows MySQL server and a Debian MySQL server, I noticed
How do I enable external access to MySQL Server? I can connect locally but
For some reason beyond me I can't access the mysql server on a machine.
Since a few days ago, MySQL server on my Windows machine was not successful
I'd like to establish an ssh tunnel over ssh to my mysql server. Ideally
What's the query syntax to determine the exact version number of the MySQL server

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.