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 8203411
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T07:32:50+00:00 2026-06-07T07:32:50+00:00

I have table in mysql with MyISAM storage engine. I want to create partition

  • 0

I have table in mysql with MyISAM storage engine.
I want to create partition on a particular table, for this I am executing the query –

alter table Stops PARTITION BY KEY(`stop_id`) PARTITIONS 200

Where ‘stop_id’ is type of varchar. While executing the above query I am getting the error –

#1016 - Can't open file: './database_name/#sql-38f_36aa.frm' (errno: 24)

Can anybody please help me to resolve this problem?

Thank You.

  • 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-06-07T07:32:52+00:00Added an answer on June 7, 2026 at 7:32 am

    From here and here.

    errno: 24 means that too many files are open for the given process.
    There is a read-only mysql variable called ‘open_files_limit’ that
    will show how many open files are allowed by the mysqld:

    SHOW VARIABLES LIKE 'open%';
    

    A lot systems set this to something very low, like 1024.
    Unfortunately, the following will NOT work:

    SET open_files_limit=100000

    MySQL will respond with:

    ERROR 1238 (HY000): Variable ‘open_files_limit’ is a read only
    variable

    However, it is possible to make a change to /etc/my.cnf. This file may
    not exist, if not, just create it. Be sure it has the following
    contents:

    [mysqld]

    open-files-limit = 100000
    

    Then, be sure to restart mysql:

    sudo /etc/init.d/mysql restart

    Now, SHOW VARIABLES LIKE ‘open%’ should show 100000. The number you
    use may be different.

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

Sidebar

Related Questions

I have a MySql MyISAM table with a full text index, like this: CREATE
I have a MySQL database. The default storage engine is MyISAM . I want
I have a MySQL MyISAM table with ISBNs. I want to create a UNIQUE
I have a MySQL-table called customers1 running engine MyISAM. I've created a full text
I have a MySQL MyISAM table containing entries that describe airports. This table contains
Say you have a MySQL 5.0 MyISAM table with 100 million rows, with one
I have a table in mysql like this Name Result T1_09_03_2010 fail T2_09_03_2010 pass
We have a large MyISAM table that is used to archive old data. This
Formerly I was using MyISAM storage engine for MySql and I had defined the
I have a large mysql MyISAM table with 1.5mil rows and 4.5GB big, still

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.